Html Css Color HEX #A59652 Husk

📋 copy color: '#A59652'

red 165 ◦ green 150 ◦ blue 82

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

Shades of Husk #A59652

Tints of Husk #A59652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

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

R = 41.56%
G = 37.78%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59652 (or 0xA59652) is known color: Husk. HEX triplet: A5, 96 and 52. RGB value is (165,150,82). Sum of RGB (Red+Green+Blue) = 165+150+82=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59652 is #5A69AD. Grayscale: #939393. Windows color (decimal): -5925294 or 5412517. OLE color: 5412517.

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

Color convert

RGB 165 150 82 -
CMYK 0 0.09 0.50 0.35
HSL 49.16º 0.34% 0.48% -
HSV(B) 49.16º 0.5% 0.65% -
XYZ 27.95 30.42 12.38 -
YUV 146.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 165 150 82 0 0.09 0.50 0.35 49.16 0.34 0.48
Hex A5 96 52 0 9 32 23 31 22 30
Octal 245 226 122 0 11 62 43 61 42 60
Binary 10100101 10010110 1010010 0 1001 110010 100011 110001 100010 110000

Color Harmonies of #A59652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59652

Black with #A59652

Text Example


Text Example

White with #A59652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59652; }

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

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

background-color css

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

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

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

border-color css

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

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

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