#AB4E36

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

Shades of Orange Roughy #AB4E36

Tints of Orange Roughy #AB4E36

Color information

#AB4E36 (or 0xAB4E36) is unknown color: approx Orange Roughy. HEX triplet: AB, 4E and 36. RGB value is (171,78,54). Sum of RGB (Red+Green+Blue) = 171+78+54=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E36 is #54B1C9. Grayscale: #676767. Windows color (decimal): -5550538 or 3559083. OLE color: 3559083.

HSL color Cylindrical-coordinate representation of color #AB4E36: hue angle of 12.31º 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 #AB4E36 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1717854-
CMYK00.540.680.33
HSL12.31º52%44.12%-
HSV(B)12.31º68.42%67.06%-
XYZ20.1814.375.2-
YUV103.07100.31176.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=56.44%
G=25.74%
B=17.82%

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
Decimal171785400.540.680.3312.315244.12
HexAB4E360364421c342c
Octal2531166606610441146454
Binary101010111001110110110011011010001001000011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E36; }

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

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

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

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

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

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

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

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