Html Css Color HEX #AB9D4F Husk

📋 copy color: '#AB9D4F'

red 171 ◦ green 157 ◦ blue 79

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

Shades of Husk #AB9D4F

Tints of Husk #AB9D4F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 42.01%
G = 38.57%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB9D4F (or 0xAB9D4F) is known color: Husk. HEX triplet: AB, 9D and 4F. RGB value is (171,157,79). Sum of RGB (Red+Green+Blue) = 171+157+79=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D4F is #5462B0. Grayscale: #989898. Windows color (decimal): -5530289 or 5217707. OLE color: 5217707.

HSL color Cylindrical-coordinate representation of color #AB9D4F: hue angle of 50.87º 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 #AB9D4F is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 79 -
CMYK 0 0.08 0.54 0.33
HSL 50.87º 0.37% 0.49% -
HSV(B) 50.87º 0.54% 0.67% -
XYZ 30.26 33.34 12.24 -
YUV 152.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 171 157 79 0 0.08 0.54 0.33 50.87 0.37 0.49
Hex AB 9D 4F 0 8 36 21 33 25 31
Octal 253 235 117 0 10 66 41 63 45 61
Binary 10101011 10011101 1001111 0 1000 110110 100001 110011 100101 110001

Color Harmonies of #AB9D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D4F

Black with #AB9D4F

Text Example


Text Example

White with #AB9D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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