Html Css Color HEX #A29E4D Husk

📋 copy color: '#A29E4D'

red 162 ◦ green 158 ◦ blue 77

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

Shades of Husk #A29E4D

Tints of Husk #A29E4D

RGB

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

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

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

R = 40.81%
G = 39.8%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A29E4D (or 0xA29E4D) is known color: Husk. HEX triplet: A2, 9E and 4D. RGB value is (162,158,77). Sum of RGB (Red+Green+Blue) = 162+158+77=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E4D is #5D61B2. Grayscale: #969696. Windows color (decimal): -6119859 or 5086882. OLE color: 5086882.

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

Color convert

RGB 162 158 77 -
CMYK 0 0.02 0.52 0.36
HSL 57.18º 0.36% 0.47% -
HSV(B) 57.18º 0.52% 0.64% -
XYZ 28.47 32.67 11.83 -
YUV 149.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 162 158 77 0 0.02 0.52 0.36 57.18 0.36 0.47
Hex A2 9E 4D 0 2 34 24 39 24 2F
Octal 242 236 115 0 2 64 44 71 44 57
Binary 10100010 10011110 1001101 0 10 110100 100100 111001 100100 101111

Color Harmonies of #A29E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E4D

Black with #A29E4D

Text Example


Text Example

White with #A29E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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