Html Css Color HEX #A29C58 Husk

📋 copy color: '#A29C58'

red 162 ◦ green 156 ◦ blue 88

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

Shades of Husk #A29C58

Tints of Husk #A29C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.67%

R = 39.9%
G = 38.42%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A29C58 (or 0xA29C58) is known color: Husk. HEX triplet: A2, 9C and 58. RGB value is (162,156,88). Sum of RGB (Red+Green+Blue) = 162+156+88=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C58 is #5D63A7. Grayscale: #969696. Windows color (decimal): -6120360 or 5807266. OLE color: 5807266.

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

Color convert

RGB 162 156 88 -
CMYK 0 0.04 0.46 0.36
HSL 55.14º 0.3% 0.49% -
HSV(B) 55.14º 0.46% 0.64% -
XYZ 28.55 32.16 13.94 -
YUV 150.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 162 156 88 0 0.04 0.46 0.36 55.14 0.3 0.49
Hex A2 9C 58 0 4 2E 24 37 1E 31
Octal 242 234 130 0 4 56 44 67 36 61
Binary 10100010 10011100 1011000 0 100 101110 100100 110111 11110 110001

Color Harmonies of #A29C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29C58

Black with #A29C58

Text Example


Text Example

White with #A29C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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