Html Css Color HEX #AB9D4E Husk

📋 copy color: '#AB9D4E'

red 171 ◦ green 157 ◦ blue 78

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

Shades of Husk #AB9D4E

Tints of Husk #AB9D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 42.12%
G = 38.67%
B = 19.21%

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

#AB9D4E (or 0xAB9D4E) is known color: Husk. HEX triplet: AB, 9D and 4E. RGB value is (171,157,78). Sum of RGB (Red+Green+Blue) = 171+157+78=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D4E is #5462B1. Grayscale: #989898. Windows color (decimal): -5530290 or 5152171. OLE color: 5152171.

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

Color convert

RGB 171 157 78 -
CMYK 0 0.08 0.54 0.33
HSL 50.97º 0.37% 0.49% -
HSV(B) 50.97º 0.54% 0.67% -
XYZ 30.23 33.32 12.05 -
YUV 152.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 171 157 78 0 0.08 0.54 0.33 50.97 0.37 0.49
Hex AB 9D 4E 0 8 36 21 33 25 31
Octal 253 235 116 0 10 66 41 63 45 61
Binary 10101011 10011101 1001110 0 1000 110110 100001 110011 100101 110001

Color Harmonies of #AB9D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D4E

Black with #AB9D4E

Text Example


Text Example

White with #AB9D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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