Html Css Color HEX #AB9D4C Husk

📋 copy color: '#AB9D4C'

red 171 ◦ green 157 ◦ blue 76

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

Shades of Husk #AB9D4C

Tints of Husk #AB9D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 42.33%
G = 38.86%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB9D4C (or 0xAB9D4C) is known color: Husk. HEX triplet: AB, 9D and 4C. RGB value is (171,157,76). Sum of RGB (Red+Green+Blue) = 171+157+76=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D4C is #5462B3. Grayscale: #989898. Windows color (decimal): -5530292 or 5021099. OLE color: 5021099.

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

Color convert

RGB 171 157 76 -
CMYK 0 0.08 0.56 0.33
HSL 51.16º 0.38% 0.48% -
HSV(B) 51.16º 0.56% 0.67% -
XYZ 30.16 33.29 11.67 -
YUV 151.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 171 157 76 0 0.08 0.56 0.33 51.16 0.38 0.48
Hex AB 9D 4C 0 8 38 21 33 26 30
Octal 253 235 114 0 10 70 41 63 46 60
Binary 10101011 10011101 1001100 0 1000 111000 100001 110011 100110 110000

Color Harmonies of #AB9D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D4C

Black with #AB9D4C

Text Example


Text Example

White with #AB9D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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