Html Css Color HEX #A2994C Husk

📋 copy color: '#A2994C'

red 162 ◦ green 153 ◦ blue 76

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

Shades of Husk #A2994C

Tints of Husk #A2994C

RGB

 RED value IS 162 (63.67% from 255) = 41.43%

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

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

R = 41.43%
G = 39.13%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2994C (or 0xA2994C) is known color: Husk. HEX triplet: A2, 99 and 4C. RGB value is (162,153,76). Sum of RGB (Red+Green+Blue) = 162+153+76=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2994C is #5D66B3. Grayscale: #939393. Windows color (decimal): -6121140 or 5020066. OLE color: 5020066.

HSL color Cylindrical-coordinate representation of color #A2994C: hue angle of 53.72º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2994C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 76 -
CMYK 0 0.06 0.53 0.36
HSL 53.72º 0.36% 0.47% -
HSV(B) 53.72º 0.53% 0.64% -
XYZ 27.6 30.99 11.36 -
YUV 146.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 162 153 76 0 0.06 0.53 0.36 53.72 0.36 0.47
Hex A2 99 4C 0 6 35 24 36 24 2F
Octal 242 231 114 0 6 65 44 66 44 57
Binary 10100010 10011001 1001100 0 110 110101 100100 110110 100100 101111

Color Harmonies of #A2994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2994C

Black with #A2994C

Text Example


Text Example

White with #A2994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2994C; }

 p { color: rgb(162,153,76); }

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

background-color css

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

 a { background-color: rgb(162,153,76); }

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

border-color css

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

 span { border-color: rgb(162,153,76); }

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