Html Css Color HEX #A2954C Husk

📋 copy color: '#A2954C'

red 162 ◦ green 149 ◦ blue 76

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

Shades of Husk #A2954C

Tints of Husk #A2954C

RGB

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

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

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

R = 41.86%
G = 38.5%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2954C (or 0xA2954C) is known color: Husk. HEX triplet: A2, 95 and 4C. RGB value is (162,149,76). Sum of RGB (Red+Green+Blue) = 162+149+76=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2954C is #5D6AB3. Grayscale: #909090. Windows color (decimal): -6122164 or 5019042. OLE color: 5019042.

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

Color convert

RGB 162 149 76 -
CMYK 0 0.08 0.53 0.36
HSL 50.93º 0.36% 0.47% -
HSV(B) 50.93º 0.53% 0.64% -
XYZ 26.95 29.7 11.15 -
YUV 144.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 162 149 76 0 0.08 0.53 0.36 50.93 0.36 0.47
Hex A2 95 4C 0 8 35 24 33 24 2F
Octal 242 225 114 0 10 65 44 63 44 57
Binary 10100010 10010101 1001100 0 1000 110101 100100 110011 100100 101111

Color Harmonies of #A2954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2954C

Black with #A2954C

Text Example


Text Example

White with #A2954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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