Html Css Color HEX #A29C4F Husk

📋 copy color: '#A29C4F'

red 162 ◦ green 156 ◦ blue 79

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

Shades of Husk #A29C4F

Tints of Husk #A29C4F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 40.81%
G = 39.29%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29C4F (or 0xA29C4F) is known color: Husk. HEX triplet: A2, 9C and 4F. RGB value is (162,156,79). Sum of RGB (Red+Green+Blue) = 162+156+79=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C4F is #5D63B0. Grayscale: #959595. Windows color (decimal): -6120369 or 5217442. OLE color: 5217442.

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

Color convert

RGB 162 156 79 -
CMYK 0 0.04 0.51 0.36
HSL 55.66º 0.34% 0.47% -
HSV(B) 55.66º 0.51% 0.64% -
XYZ 28.2 32.02 12.09 -
YUV 149.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 162 156 79 0 0.04 0.51 0.36 55.66 0.34 0.47
Hex A2 9C 4F 0 4 33 24 38 22 2F
Octal 242 234 117 0 4 63 44 70 42 57
Binary 10100010 10011100 1001111 0 100 110011 100100 111000 100010 101111

Color Harmonies of #A29C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29C4F

Black with #A29C4F

Text Example


Text Example

White with #A29C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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