Html Css Color HEX #A2955A Husk

📋 copy color: '#A2955A'

red 162 ◦ green 149 ◦ blue 90

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

Shades of Husk #A2955A

Tints of Husk #A2955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 40.4%
G = 37.16%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2955A (or 0xA2955A) is known color: Husk. HEX triplet: A2, 95 and 5A. RGB value is (162,149,90). Sum of RGB (Red+Green+Blue) = 162+149+90=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2955A is #5D6AA5. Grayscale: #929292. Windows color (decimal): -6122150 or 5936546. OLE color: 5936546.

HSL color Cylindrical-coordinate representation of color #A2955A: hue angle of 49.17º 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 #A2955A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 90 -
CMYK 0 0.08 0.44 0.36
HSL 49.17º 0.29% 0.49% -
HSV(B) 49.17º 0.44% 0.64% -
XYZ 27.49 29.91 14 -
YUV 146.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 162 149 90 0 0.08 0.44 0.36 49.17 0.29 0.49
Hex A2 95 5A 0 8 2C 24 31 1D 31
Octal 242 225 132 0 10 54 44 61 35 61
Binary 10100010 10010101 1011010 0 1000 101100 100100 110001 11101 110001

Color Harmonies of #A2955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2955A

Black with #A2955A

Text Example


Text Example

White with #A2955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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