Html Css Color HEX #A29352 Husk

📋 copy color: '#A29352'

red 162 ◦ green 147 ◦ blue 82

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

Shades of Husk #A29352

Tints of Husk #A29352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 41.43%
G = 37.6%
B = 20.97%

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

#A29352 (or 0xA29352) is known color: Husk. HEX triplet: A2, 93 and 52. RGB value is (162,147,82). Sum of RGB (Red+Green+Blue) = 162+147+82=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29352 is #5D6CAD. Grayscale: #909090. Windows color (decimal): -6122670 or 5411746. OLE color: 5411746.

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

Color convert

RGB 162 147 82 -
CMYK 0 0.09 0.49 0.36
HSL 48.75º 0.33% 0.48% -
HSV(B) 48.75º 0.49% 0.64% -
XYZ 26.86 29.16 12.2 -
YUV 144.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 162 147 82 0 0.09 0.49 0.36 48.75 0.33 0.48
Hex A2 93 52 0 9 31 24 31 21 30
Octal 242 223 122 0 11 61 44 61 41 60
Binary 10100010 10010011 1010010 0 1001 110001 100100 110001 100001 110000

Color Harmonies of #A29352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29352

Black with #A29352

Text Example


Text Example

White with #A29352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29352; }

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

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

background-color css

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

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

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

border-color css

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

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

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