Html Css Color HEX #A29C50 Husk

📋 copy color: '#A29C50'

red 162 ◦ green 156 ◦ blue 80

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

Shades of Husk #A29C50

Tints of Husk #A29C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 40.7%
G = 39.2%
B = 20.1%

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

#A29C50 (or 0xA29C50) is known color: Husk. HEX triplet: A2, 9C and 50. RGB value is (162,156,80). Sum of RGB (Red+Green+Blue) = 162+156+80=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C50 is #5D63AF. Grayscale: #959595. Windows color (decimal): -6120368 or 5282978. OLE color: 5282978.

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

Color convert

RGB 162 156 80 -
CMYK 0 0.04 0.51 0.36
HSL 55.61º 0.34% 0.47% -
HSV(B) 55.61º 0.51% 0.64% -
XYZ 28.24 32.04 12.29 -
YUV 149.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 162 156 80 0 0.04 0.51 0.36 55.61 0.34 0.47
Hex A2 9C 50 0 4 33 24 38 22 2F
Octal 242 234 120 0 4 63 44 70 42 57
Binary 10100010 10011100 1010000 0 100 110011 100100 111000 100010 101111

Color Harmonies of #A29C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29C50

Black with #A29C50

Text Example


Text Example

White with #A29C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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