Html Css Color HEX #AB9D4D Husk

📋 copy color: '#AB9D4D'

red 171 ◦ green 157 ◦ blue 77

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

Shades of Husk #AB9D4D

Tints of Husk #AB9D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 42.22%
G = 38.77%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB9D4D (or 0xAB9D4D) is known color: Husk. HEX triplet: AB, 9D and 4D. RGB value is (171,157,77). Sum of RGB (Red+Green+Blue) = 171+157+77=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D4D is #5462B2. Grayscale: #989898. Windows color (decimal): -5530291 or 5086635. OLE color: 5086635.

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

Color convert

RGB 171 157 77 -
CMYK 0 0.08 0.55 0.33
HSL 51.06º 0.38% 0.49% -
HSV(B) 51.06º 0.55% 0.67% -
XYZ 30.19 33.31 11.86 -
YUV 152.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 171 157 77 0 0.08 0.55 0.33 51.06 0.38 0.49
Hex AB 9D 4D 0 8 37 21 33 26 31
Octal 253 235 115 0 10 67 41 63 46 61
Binary 10101011 10011101 1001101 0 1000 110111 100001 110011 100110 110001

Color Harmonies of #AB9D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D4D

Black with #AB9D4D

Text Example


Text Example

White with #AB9D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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