#AB5536

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

Shades of Orange Roughy #AB5536

Tints of Orange Roughy #AB5536

Color information

#AB5536 (or 0xAB5536) is unknown color: approx Orange Roughy. HEX triplet: AB, 55 and 36. RGB value is (171,85,54). Sum of RGB (Red+Green+Blue) = 171+85+54=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5536 is #54AAC9. Grayscale: #6B6B6B. Windows color (decimal): -5548746 or 3560875. OLE color: 3560875.

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

Color convert

RGB1718554-
CMYK00.500.680.33
HSL15.9º52%44.12%-
HSV(B)15.9º68.42%67.06%-
XYZ20.7115.425.38-
YUV107.1897.99173.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=55.16%
G=27.42%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171855400.500.680.3315.95244.12
HexAB5536032442110342c
Octal2531256606210441206454
Binary1010101110101011101100110010100010010000110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5536; }

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

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

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

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

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

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

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

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