Html Css Color HEX #AB9C49 Husk

📋 copy color: '#AB9C49'

red 171 ◦ green 156 ◦ blue 73

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

Shades of Husk #AB9C49

Tints of Husk #AB9C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 42.75%
G = 39%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB9C49 (or 0xAB9C49) is known color: Husk. HEX triplet: AB, 9C and 49. RGB value is (171,156,73). Sum of RGB (Red+Green+Blue) = 171+156+73=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C49 is #5463B6. Grayscale: #979797. Windows color (decimal): -5530551 or 4824235. OLE color: 4824235.

HSL color Cylindrical-coordinate representation of color #AB9C49: hue angle of 50.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB9C49 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 156 73 -
CMYK 0 0.09 0.57 0.33
HSL 50.82º 0.4% 0.48% -
HSV(B) 50.82º 0.57% 0.67% -
XYZ 29.89 32.92 11.08 -
YUV 151.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 171 156 73 0 0.09 0.57 0.33 50.82 0.4 0.48
Hex AB 9C 49 0 9 39 21 33 28 30
Octal 253 234 111 0 11 71 41 63 50 60
Binary 10101011 10011100 1001001 0 1001 111001 100001 110011 101000 110000

Color Harmonies of #AB9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C49

Black with #AB9C49

Text Example


Text Example

White with #AB9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C49; }

 p { color: rgb(171,156,73); }

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

background-color css

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

 a { background-color: rgb(171,156,73); }

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

border-color css

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

 span { border-color: rgb(171,156,73); }

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