Html Css Color HEX #A2995A Husk

📋 copy color: '#A2995A'

red 162 ◦ green 153 ◦ blue 90

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

Shades of Husk #A2995A

Tints of Husk #A2995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 40%
G = 37.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2995A (or 0xA2995A) is known color: Husk. HEX triplet: A2, 99 and 5A. RGB value is (162,153,90). Sum of RGB (Red+Green+Blue) = 162+153+90=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2995A is #5D66A5. Grayscale: #949494. Windows color (decimal): -6121126 or 5937570. OLE color: 5937570.

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

Color convert

RGB 162 153 90 -
CMYK 0 0.06 0.44 0.36
HSL 52.5º 0.29% 0.49% -
HSV(B) 52.5º 0.44% 0.64% -
XYZ 28.14 31.2 14.21 -
YUV 148.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 162 153 90 0 0.06 0.44 0.36 52.5 0.29 0.49
Hex A2 99 5A 0 6 2C 24 34 1D 31
Octal 242 231 132 0 6 54 44 64 35 61
Binary 10100010 10011001 1011010 0 110 101100 100100 110100 11101 110001

Color Harmonies of #A2995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2995A

Black with #A2995A

Text Example


Text Example

White with #A2995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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