Html Css Color HEX #AB9F4D Husk

📋 copy color: '#AB9F4D'

red 171 ◦ green 159 ◦ blue 77

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

Shades of Husk #AB9F4D

Tints of Husk #AB9F4D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 42.01%
G = 39.07%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB9F4D (or 0xAB9F4D) is known color: Husk. HEX triplet: AB, 9F and 4D. RGB value is (171,159,77). Sum of RGB (Red+Green+Blue) = 171+159+77=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F4D is #5460B2. Grayscale: #999999. Windows color (decimal): -5529779 or 5087147. OLE color: 5087147.

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

Color convert

RGB 171 159 77 -
CMYK 0 0.07 0.55 0.33
HSL 52.34º 0.38% 0.49% -
HSV(B) 52.34º 0.55% 0.67% -
XYZ 30.53 33.99 11.97 -
YUV 153.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 171 159 77 0 0.07 0.55 0.33 52.34 0.38 0.49
Hex AB 9F 4D 0 7 37 21 34 26 31
Octal 253 237 115 0 7 67 41 64 46 61
Binary 10101011 10011111 1001101 0 111 110111 100001 110100 100110 110001

Color Harmonies of #AB9F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F4D

Black with #AB9F4D

Text Example


Text Example

White with #AB9F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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