Html Css Color HEX #A59352 Husk

📋 copy color: '#A59352'

red 165 ◦ green 147 ◦ blue 82

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

Shades of Husk #A59352

Tints of Husk #A59352

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

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

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

R = 41.88%
G = 37.31%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59352 (or 0xA59352) is known color: Husk. HEX triplet: A5, 93 and 52. RGB value is (165,147,82). Sum of RGB (Red+Green+Blue) = 165+147+82=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A59352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59352 is #5A6CAD. Grayscale: #919191. Windows color (decimal): -5926062 or 5411749. OLE color: 5411749.

HSL color Cylindrical-coordinate representation of color #A59352: hue angle of 46.99º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A59352 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 147 82 -
CMYK 0 0.11 0.50 0.35
HSL 46.99º 0.34% 0.48% -
HSV(B) 46.99º 0.5% 0.65% -
XYZ 27.47 29.48 12.22 -
YUV 144.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 165 147 82 0 0.11 0.50 0.35 46.99 0.34 0.48
Hex A5 93 52 0 B 32 23 2F 22 30
Octal 245 223 122 0 13 62 43 57 42 60
Binary 10100101 10010011 1010010 0 1011 110010 100011 101111 100010 110000

Color Harmonies of #A59352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59352

Black with #A59352

Text Example


Text Example

White with #A59352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59352; }

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

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

background-color css

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

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

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

border-color css

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

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

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