#AB5239

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

Shades of Orange Roughy #AB5239

Tints of Orange Roughy #AB5239

Color information

#AB5239 (or 0xAB5239) is unknown color: approx Orange Roughy. HEX triplet: AB, 52 and 39. RGB value is (171,82,57). Sum of RGB (Red+Green+Blue) = 171+82+57=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5239 is #54ADC6. Grayscale: #696969. Windows color (decimal): -5549511 or 3756715. OLE color: 3756715.

HSL color Cylindrical-coordinate representation of color #AB5239: hue angle of 13.16º degrees, saturation: 0.5, 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 #AB5239 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1718257-
CMYK00.520.670.33
HSL13.16º50%44.71%-
HSV(B)13.16º66.67%67.06%-
XYZ20.5514.995.68-
YUV105.76100.49174.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=55.16%
G=26.45%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171825700.520.670.3313.165044.71
HexAB52390344321d322d
Octal2531227106410341156255
Binary101010111010010111001011010010000111000011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5239; }

 p { color: rgb(171,82,57); }

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

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

 a { background-color: rgb(171,82,57); }

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

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

 span { border-color: rgb(171,82,57); }

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