#AB5638

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

Shades of Orange Roughy #AB5638

Tints of Orange Roughy #AB5638

Color information

#AB5638 (or 0xAB5638) is unknown color: approx Orange Roughy. HEX triplet: AB, 56 and 38. RGB value is (171,86,56). Sum of RGB (Red+Green+Blue) = 171+86+56=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5638 is #54A9C7. Grayscale: #6C6C6C. Windows color (decimal): -5548488 or 3692203. OLE color: 3692203.

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

Color convert

RGB1718656-
CMYK00.500.670.33
HSL15.65º50.66%44.51%-
HSV(B)15.65º67.25%67.06%-
XYZ20.8415.65.65-
YUV107.9998.66172.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=54.63%
G=27.48%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171865600.500.670.3315.6550.6644.51
HexAB5638032432110332d
Octal2531267006210341206355
Binary1010101110101101110000110010100001110000110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5638; }

 p { color: rgb(171,86,56); }

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

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

 a { background-color: rgb(171,86,56); }

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

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

 span { border-color: rgb(171,86,56); }

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