Html Css Color HEX #AB994E Husk

📋 copy color: '#AB994E'

red 171 ◦ green 153 ◦ blue 78

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

Shades of Husk #AB994E

Tints of Husk #AB994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

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

R = 42.54%
G = 38.06%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB994E (or 0xAB994E) is known color: Husk. HEX triplet: AB, 99 and 4E. RGB value is (171,153,78). Sum of RGB (Red+Green+Blue) = 171+153+78=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB994E is #5466B1. Grayscale: #969696. Windows color (decimal): -5531314 or 5151147. OLE color: 5151147.

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

Color convert

RGB 171 153 78 -
CMYK 0 0.11 0.54 0.33
HSL 48.39º 0.37% 0.49% -
HSV(B) 48.39º 0.54% 0.67% -
XYZ 29.56 31.99 11.82 -
YUV 149.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 171 153 78 0 0.11 0.54 0.33 48.39 0.37 0.49
Hex AB 99 4E 0 B 36 21 30 25 31
Octal 253 231 116 0 13 66 41 60 45 61
Binary 10101011 10011001 1001110 0 1011 110110 100001 110000 100101 110001

Color Harmonies of #AB994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB994E

Black with #AB994E

Text Example


Text Example

White with #AB994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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