#AB4F3B

Color #AB4F3B Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AB4F3B

Tints of Orange Roughy #AB4F3B

Color information

#AB4F3B (or 0xAB4F3B) is unknown color: approx Orange Roughy. HEX triplet: AB, 4F and 3B. RGB value is (171,79,59). Sum of RGB (Red+Green+Blue) = 171+79+59=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F3B is #54B0C4. Grayscale: #686868. Windows color (decimal): -5550277 or 3887019. OLE color: 3887019.

HSL color Cylindrical-coordinate representation of color #AB4F3B: hue angle of 10.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4F3B is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1717959-
CMYK00.540.650.33
HSL10.71º48.7%45.1%-
HSV(B)10.71º65.5%67.06%-
XYZ20.3814.575.87-
YUV104.23102.48175.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=55.34%
G=25.57%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171795900.540.650.3310.7148.745.1
HexAB4F3B0364121b312d
Octal2531177306610141136155
Binary101010111001111111011011011010000011000011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F3B; }

 p { color: rgb(171,79,59); }

 H1.HeaderClassName
 {
   color: #AB4F3B;
 }
 .AnyTagClassName
 {
   color: #AB4F3B;
 }
</style>
background-color css

<style>
 a { background-color: #AB4F3B; }

 a { background-color: rgb(171,79,59); }

 div.DivClassName
 {
   background-color: #AB4F3B;
 }
 .BgClassName
 {
   background-color: #AB4F3B;
 }
</style>
border-color css

<style>
 span { border-color: #AB4F3B; }

 span { border-color: rgb(171,79,59); }

 td.TdClassName
 {
   border-color: #AB4F3B;
 }
 .TagClassName
 {
   border-color: #AB4F3B;
 }
</style>