Html Css Color HEX #AB9C4F Husk

📋 copy color: '#AB9C4F'

red 171 ◦ green 156 ◦ blue 79

#AB9C4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #AB9C4F

Tints of Husk #AB9C4F

RGB

 RED value IS 171 (67.19% from 255) = 42.12%

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 42.12%
G = 38.42%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB9C4F (or 0xAB9C4F) is known color: Husk. HEX triplet: AB, 9C and 4F. RGB value is (171,156,79). Sum of RGB (Red+Green+Blue) = 171+156+79=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C4F is #5463B0. Grayscale: #989898. Windows color (decimal): -5530545 or 5217451. OLE color: 5217451.

HSL color Cylindrical-coordinate representation of color #AB9C4F: hue angle of 50.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB9C4F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 156 79 -
CMYK 0 0.09 0.54 0.33
HSL 50.22º 0.37% 0.49% -
HSV(B) 50.22º 0.54% 0.67% -
XYZ 30.09 33 12.18 -
YUV 151.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 171 156 79 0 0.09 0.54 0.33 50.22 0.37 0.49
Hex AB 9C 4F 0 9 36 21 32 25 31
Octal 253 234 117 0 11 66 41 62 45 61
Binary 10101011 10011100 1001111 0 1001 110110 100001 110010 100101 110001

Color Harmonies of #AB9C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C4F

Black with #AB9C4F

Text Example


Text Example

White with #AB9C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C4F; }

 p { color: rgb(171,156,79); }

 H1.HeaderClassName
 {
   color: #AB9C4F;
 }
 .AnyTagClassName
 {
   color: #AB9C4F;
 }
</style>

background-color css

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

 a { background-color: rgb(171,156,79); }

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

border-color css

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

 span { border-color: rgb(171,156,79); }

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