Html Css Color HEX #A59552 Husk

📋 copy color: '#A59552'

red 165 ◦ green 149 ◦ blue 82

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

Shades of Husk #A59552

Tints of Husk #A59552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 41.67%
G = 37.63%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59552 (or 0xA59552) is known color: Husk. HEX triplet: A5, 95 and 52. RGB value is (165,149,82). Sum of RGB (Red+Green+Blue) = 165+149+82=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59552 is #5A6AAD. Grayscale: #929292. Windows color (decimal): -5925550 or 5412261. OLE color: 5412261.

HSL color Cylindrical-coordinate representation of color #A59552: hue angle of 48.43º 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 #A59552 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 82 -
CMYK 0 0.10 0.50 0.35
HSL 48.43º 0.34% 0.48% -
HSV(B) 48.43º 0.5% 0.65% -
XYZ 27.79 30.1 12.33 -
YUV 146.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 165 149 82 0 0.10 0.50 0.35 48.43 0.34 0.48
Hex A5 95 52 0 A 32 23 30 22 30
Octal 245 225 122 0 12 62 43 60 42 60
Binary 10100101 10010101 1010010 0 1010 110010 100011 110000 100010 110000

Color Harmonies of #A59552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59552

Black with #A59552

Text Example


Text Example

White with #A59552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59552; }

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

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

background-color css

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

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

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

border-color css

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

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

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