Html Css Color HEX #A29D53 Husk

📋 copy color: '#A29D53'

red 162 ◦ green 157 ◦ blue 83

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

Shades of Husk #A29D53

Tints of Husk #A29D53

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 40.3%
G = 39.05%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29D53 (or 0xA29D53) is known color: Husk. HEX triplet: A2, 9D and 53. RGB value is (162,157,83). Sum of RGB (Red+Green+Blue) = 162+157+83=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D53 is #5D62AC. Grayscale: #969696. Windows color (decimal): -6120109 or 5479842. OLE color: 5479842.

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

Color convert

RGB 162 157 83 -
CMYK 0 0.03 0.49 0.36
HSL 56.2º 0.32% 0.48% -
HSV(B) 56.2º 0.49% 0.64% -
XYZ 28.52 32.42 12.94 -
YUV 150.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 162 157 83 0 0.03 0.49 0.36 56.2 0.32 0.48
Hex A2 9D 53 0 3 31 24 38 20 30
Octal 242 235 123 0 3 61 44 70 40 60
Binary 10100010 10011101 1010011 0 11 110001 100100 111000 100000 110000

Color Harmonies of #A29D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D53

Black with #A29D53

Text Example


Text Example

White with #A29D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D53; }

 p { color: rgb(162,157,83); }

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

background-color css

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

 a { background-color: rgb(162,157,83); }

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

border-color css

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

 span { border-color: rgb(162,157,83); }

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