Html Css Color HEX #A29E51 Husk

📋 copy color: '#A29E51'

red 162 ◦ green 158 ◦ blue 81

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

Shades of Husk #A29E51

Tints of Husk #A29E51

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 40.4%
G = 39.4%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A29E51 (or 0xA29E51) is known color: Husk. HEX triplet: A2, 9E and 51. RGB value is (162,158,81). Sum of RGB (Red+Green+Blue) = 162+158+81=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E51 is #5D61AE. Grayscale: #969696. Windows color (decimal): -6119855 or 5349026. OLE color: 5349026.

HSL color Cylindrical-coordinate representation of color #A29E51: hue angle of 57.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A29E51 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 81 -
CMYK 0 0.02 0.50 0.36
HSL 57.04º 0.33% 0.48% -
HSV(B) 57.04º 0.5% 0.64% -
XYZ 28.61 32.73 12.59 -
YUV 150.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 162 158 81 0 0.02 0.50 0.36 57.04 0.33 0.48
Hex A2 9E 51 0 2 32 24 39 21 30
Octal 242 236 121 0 2 62 44 71 41 60
Binary 10100010 10011110 1010001 0 10 110010 100100 111001 100001 110000

Color Harmonies of #A29E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E51

Black with #A29E51

Text Example


Text Example

White with #A29E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E51; }

 p { color: rgb(162,158,81); }

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

background-color css

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

 a { background-color: rgb(162,158,81); }

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

border-color css

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

 span { border-color: rgb(162,158,81); }

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