Html Css Color HEX #A29946 Husk

📋 copy color: '#A29946'

red 162 ◦ green 153 ◦ blue 70

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

Shades of Husk #A29946

Tints of Husk #A29946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 42.08%
G = 39.74%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A29946 (or 0xA29946) is known color: Husk. HEX triplet: A2, 99 and 46. RGB value is (162,153,70). Sum of RGB (Red+Green+Blue) = 162+153+70=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A29946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29946 is #5D66B9. Grayscale: #929292. Windows color (decimal): -6121146 or 4626850. OLE color: 4626850.

HSL color Cylindrical-coordinate representation of color #A29946: hue angle of 54.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29946 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 70 -
CMYK 0 0.06 0.57 0.36
HSL 54.13º 0.4% 0.45% -
HSV(B) 54.13º 0.57% 0.64% -
XYZ 27.4 30.91 10.32 -
YUV 146.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 162 153 70 0 0.06 0.57 0.36 54.13 0.4 0.45
Hex A2 99 46 0 6 39 24 36 28 2D
Octal 242 231 106 0 6 71 44 66 50 55
Binary 10100010 10011001 1000110 0 110 111001 100100 110110 101000 101101

Color Harmonies of #A29946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29946

Black with #A29946

Text Example


Text Example

White with #A29946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29946; }

 p { color: rgb(162,153,70); }

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

background-color css

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

 a { background-color: rgb(162,153,70); }

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

border-color css

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

 span { border-color: rgb(162,153,70); }

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