#AB974B

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

Shades of Husk #AB974B

Tints of Husk #AB974B

Color information

#AB974B (or 0xAB974B) is unknown color: approx Husk. HEX triplet: AB, 97 and 4B. RGB value is (171,151,75). Sum of RGB (Red+Green+Blue) = 171+151+75=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB974B is #5468B4. Grayscale: #949494. Windows color (decimal): -5531829 or 4954027. OLE color: 4954027.

HSL color Cylindrical-coordinate representation of color #AB974B: hue angle of 47.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB974B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17115175-
CMYK00.120.560.33
HSL47.5º39.02%48.24%-
HSV(B)47.5º56.14%67.06%-
XYZ29.1331.311.16-
YUV148.3286.63144.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=43.07%
G=38.04%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711517500.120.560.3347.539.0248.24
HexAB974B0C3821302730
Octal2532271130147041604760
Binary1010101110010111100101101100111000100001110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB974B; }

 p { color: rgb(171,151,75); }

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

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

 a { background-color: rgb(171,151,75); }

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

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

 span { border-color: rgb(171,151,75); }

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