Html Css Color HEX #A29A4F Husk

📋 copy color: '#A29A4F'

red 162 ◦ green 154 ◦ blue 79

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

Shades of Husk #A29A4F

Tints of Husk #A29A4F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

 BLUE value IS 79 (31.25% from 255) = 20%

R = 41.01%
G = 38.99%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29A4F (or 0xA29A4F) is known color: Husk. HEX triplet: A2, 9A and 4F. RGB value is (162,154,79). Sum of RGB (Red+Green+Blue) = 162+154+79=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A4F is #5D65B0. Grayscale: #949494. Windows color (decimal): -6120881 or 5216930. OLE color: 5216930.

HSL color Cylindrical-coordinate representation of color #A29A4F: hue angle of 54.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A29A4F is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 154 79 -
CMYK 0 0.05 0.51 0.36
HSL 54.22º 0.34% 0.47% -
HSV(B) 54.22º 0.51% 0.64% -
XYZ 27.87 31.36 11.98 -
YUV 147.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 162 154 79 0 0.05 0.51 0.36 54.22 0.34 0.47
Hex A2 9A 4F 0 5 33 24 36 22 2F
Octal 242 232 117 0 5 63 44 66 42 57
Binary 10100010 10011010 1001111 0 101 110011 100100 110110 100010 101111

Color Harmonies of #A29A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29A4F

Black with #A29A4F

Text Example


Text Example

White with #A29A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29A4F; }

 p { color: rgb(162,154,79); }

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

background-color css

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

 a { background-color: rgb(162,154,79); }

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

border-color css

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

 span { border-color: rgb(162,154,79); }

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