Html Css Color HEX #A2964D Husk

📋 copy color: '#A2964D'

red 162 ◦ green 150 ◦ blue 77

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

Shades of Husk #A2964D

Tints of Husk #A2964D

RGB

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

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

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

R = 41.65%
G = 38.56%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2964D (or 0xA2964D) is known color: Husk. HEX triplet: A2, 96 and 4D. RGB value is (162,150,77). Sum of RGB (Red+Green+Blue) = 162+150+77=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2964D is #5D69B2. Grayscale: #919191. Windows color (decimal): -6121907 or 5084834. OLE color: 5084834.

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

Color convert

RGB 162 150 77 -
CMYK 0 0.07 0.52 0.36
HSL 51.53º 0.36% 0.47% -
HSV(B) 51.53º 0.52% 0.64% -
XYZ 27.15 30.03 11.39 -
YUV 145.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 162 150 77 0 0.07 0.52 0.36 51.53 0.36 0.47
Hex A2 96 4D 0 7 34 24 34 24 2F
Octal 242 226 115 0 7 64 44 64 44 57
Binary 10100010 10010110 1001101 0 111 110100 100100 110100 100100 101111

Color Harmonies of #A2964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2964D

Black with #A2964D

Text Example


Text Example

White with #A2964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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