Html Css Color HEX #A2964C Husk

📋 copy color: '#A2964C'

red 162 ◦ green 150 ◦ blue 76

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

Shades of Husk #A2964C

Tints of Husk #A2964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 41.75%
G = 38.66%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2964C (or 0xA2964C) is known color: Husk. HEX triplet: A2, 96 and 4C. RGB value is (162,150,76). Sum of RGB (Red+Green+Blue) = 162+150+76=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2964C is #5D69B3. Grayscale: #919191. Windows color (decimal): -6121908 or 5019298. OLE color: 5019298.

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

Color convert

RGB 162 150 76 -
CMYK 0 0.07 0.53 0.36
HSL 51.63º 0.36% 0.47% -
HSV(B) 51.63º 0.53% 0.64% -
XYZ 27.11 30.02 11.2 -
YUV 145.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 162 150 76 0 0.07 0.53 0.36 51.63 0.36 0.47
Hex A2 96 4C 0 7 35 24 34 24 2F
Octal 242 226 114 0 7 65 44 64 44 57
Binary 10100010 10010110 1001100 0 111 110101 100100 110100 100100 101111

Color Harmonies of #A2964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2964C

Black with #A2964C

Text Example


Text Example

White with #A2964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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