Html Css Color HEX #A59A52 Husk

📋 copy color: '#A59A52'

red 165 ◦ green 154 ◦ blue 82

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

Shades of Husk #A59A52

Tints of Husk #A59A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 41.15%
G = 38.4%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59A52 (or 0xA59A52) is known color: Husk. HEX triplet: A5, 9A and 52. RGB value is (165,154,82). Sum of RGB (Red+Green+Blue) = 165+154+82=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A52 is #5A65AD. Grayscale: #959595. Windows color (decimal): -5924270 or 5413541. OLE color: 5413541.

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

Color convert

RGB 165 154 82 -
CMYK 0 0.07 0.50 0.35
HSL 52.05º 0.34% 0.48% -
HSV(B) 52.05º 0.5% 0.65% -
XYZ 28.6 31.72 12.6 -
YUV 149.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 165 154 82 0 0.07 0.50 0.35 52.05 0.34 0.48
Hex A5 9A 52 0 7 32 23 34 22 30
Octal 245 232 122 0 7 62 43 64 42 60
Binary 10100101 10011010 1010010 0 111 110010 100011 110100 100010 110000

Color Harmonies of #A59A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A52

Black with #A59A52

Text Example


Text Example

White with #A59A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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