Html Css Color HEX #A2954D Husk

📋 copy color: '#A2954D'

red 162 ◦ green 149 ◦ blue 77

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

Shades of Husk #A2954D

Tints of Husk #A2954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 41.75%
G = 38.4%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2954D (or 0xA2954D) is known color: Husk. HEX triplet: A2, 95 and 4D. RGB value is (162,149,77). Sum of RGB (Red+Green+Blue) = 162+149+77=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2954D is #5D6AB2. Grayscale: #909090. Windows color (decimal): -6122163 or 5084578. OLE color: 5084578.

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

Color convert

RGB 162 149 77 -
CMYK 0 0.08 0.52 0.36
HSL 50.82º 0.36% 0.47% -
HSV(B) 50.82º 0.52% 0.64% -
XYZ 26.99 29.71 11.33 -
YUV 144.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 162 149 77 0 0.08 0.52 0.36 50.82 0.36 0.47
Hex A2 95 4D 0 8 34 24 33 24 2F
Octal 242 225 115 0 10 64 44 63 44 57
Binary 10100010 10010101 1001101 0 1000 110100 100100 110011 100100 101111

Color Harmonies of #A2954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2954D

Black with #A2954D

Text Example


Text Example

White with #A2954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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