#AB4A32

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

Shades of Orange Roughy #AB4A32

Tints of Orange Roughy #AB4A32

Color information

#AB4A32 (or 0xAB4A32) is unknown color: approx Orange Roughy. HEX triplet: AB, 4A and 32. RGB value is (171,74,50). Sum of RGB (Red+Green+Blue) = 171+74+50=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A32 is #54B5CD. Grayscale: #646464. Windows color (decimal): -5551566 or 3295915. OLE color: 3295915.

HSL color Cylindrical-coordinate representation of color #AB4A32: hue angle of 11.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4A32 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1717450-
CMYK00.570.710.33
HSL11.9º54.75%43.33%-
HSV(B)11.9º70.76%67.06%-
XYZ19.8213.794.63-
YUV100.2799.64178.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=57.97%
G=25.08%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171745000.570.710.3311.954.7543.33
HexAB4A320394721c372b
Octal2531126207110741146753
Binary101010111001010110010011100110001111000011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A32; }

 p { color: rgb(171,74,50); }

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

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

 a { background-color: rgb(171,74,50); }

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

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

 span { border-color: rgb(171,74,50); }

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