Html Css Color HEX #A29E52 Husk

📋 copy color: '#A29E52'

red 162 ◦ green 158 ◦ blue 82

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

Shades of Husk #A29E52

Tints of Husk #A29E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 40.3%
G = 39.3%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29E52 (or 0xA29E52) is known color: Husk. HEX triplet: A2, 9E and 52. RGB value is (162,158,82). Sum of RGB (Red+Green+Blue) = 162+158+82=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E52 is #5D61AD. Grayscale: #969696. Windows color (decimal): -6119854 or 5414562. OLE color: 5414562.

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

Color convert

RGB 162 158 82 -
CMYK 0 0.02 0.49 0.36
HSL 57º 0.33% 0.48% -
HSV(B) 57º 0.49% 0.64% -
XYZ 28.65 32.74 12.79 -
YUV 150.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 162 158 82 0 0.02 0.49 0.36 57 0.33 0.48
Hex A2 9E 52 0 2 31 24 39 21 30
Octal 242 236 122 0 2 61 44 71 41 60
Binary 10100010 10011110 1010010 0 10 110001 100100 111001 100001 110000

Color Harmonies of #A29E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E52

Black with #A29E52

Text Example


Text Example

White with #A29E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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