Html Css Color HEX #A2994B Husk

📋 copy color: '#A2994B'

red 162 ◦ green 153 ◦ blue 75

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

Shades of Husk #A2994B

Tints of Husk #A2994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.23%

R = 41.54%
G = 39.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2994B (or 0xA2994B) is known color: Husk. HEX triplet: A2, 99 and 4B. RGB value is (162,153,75). Sum of RGB (Red+Green+Blue) = 162+153+75=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2994B is #5D66B4. Grayscale: #939393. Windows color (decimal): -6121141 or 4954530. OLE color: 4954530.

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

Color convert

RGB 162 153 75 -
CMYK 0 0.06 0.54 0.36
HSL 53.79º 0.37% 0.46% -
HSV(B) 53.79º 0.54% 0.64% -
XYZ 27.56 30.97 11.18 -
YUV 146.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 162 153 75 0 0.06 0.54 0.36 53.79 0.37 0.46
Hex A2 99 4B 0 6 36 24 36 25 2E
Octal 242 231 113 0 6 66 44 66 45 56
Binary 10100010 10011001 1001011 0 110 110110 100100 110110 100101 101110

Color Harmonies of #A2994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2994B

Black with #A2994B

Text Example


Text Example

White with #A2994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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