Html Css Color HEX #A29353 Husk

📋 copy color: '#A29353'

red 162 ◦ green 147 ◦ blue 83

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

Shades of Husk #A29353

Tints of Husk #A29353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 41.33%
G = 37.5%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A29353 (or 0xA29353) is known color: Husk. HEX triplet: A2, 93 and 53. RGB value is (162,147,83). Sum of RGB (Red+Green+Blue) = 162+147+83=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29353 is #5D6CAC. Grayscale: #909090. Windows color (decimal): -6122669 or 5477282. OLE color: 5477282.

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

Color convert

RGB 162 147 83 -
CMYK 0 0.09 0.49 0.36
HSL 48.61º 0.32% 0.48% -
HSV(B) 48.61º 0.49% 0.64% -
XYZ 26.9 29.17 12.4 -
YUV 144.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 162 147 83 0 0.09 0.49 0.36 48.61 0.32 0.48
Hex A2 93 53 0 9 31 24 31 20 30
Octal 242 223 123 0 11 61 44 61 40 60
Binary 10100010 10010011 1010011 0 1001 110001 100100 110001 100000 110000

Color Harmonies of #A29353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29353

Black with #A29353

Text Example


Text Example

White with #A29353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29353; }

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

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

background-color css

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

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

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

border-color css

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

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

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