#AB4F36

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

Shades of Orange Roughy #AB4F36

Tints of Orange Roughy #AB4F36

Color information

#AB4F36 (or 0xAB4F36) is unknown color: approx Orange Roughy. HEX triplet: AB, 4F and 36. RGB value is (171,79,54). Sum of RGB (Red+Green+Blue) = 171+79+54=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F36 is #54B0C9. Grayscale: #676767. Windows color (decimal): -5550282 or 3559339. OLE color: 3559339.

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

Color convert

RGB1717954-
CMYK00.540.680.33
HSL12.82º52%44.12%-
HSV(B)12.82º68.42%67.06%-
XYZ20.2614.525.22-
YUV103.6699.98176.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=56.25%
G=25.99%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171795400.540.680.3312.825244.12
HexAB4F360364421d342c
Octal2531176606610441156454
Binary101010111001111110110011011010001001000011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F36; }

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

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

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

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

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

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

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

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