Html Css Color HEX #A59C53 Husk

📋 copy color: '#A59C53'

red 165 ◦ green 156 ◦ blue 83

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

Shades of Husk #A59C53

Tints of Husk #A59C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 40.84%
G = 38.61%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A59C53 (or 0xA59C53) is known color: Husk. HEX triplet: A5, 9C and 53. RGB value is (165,156,83). Sum of RGB (Red+Green+Blue) = 165+156+83=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C53 is #5A63AC. Grayscale: #969696. Windows color (decimal): -5923757 or 5479589. OLE color: 5479589.

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

Color convert

RGB 165 156 83 -
CMYK 0 0.05 0.50 0.35
HSL 53.41º 0.33% 0.49% -
HSV(B) 53.41º 0.5% 0.65% -
XYZ 28.97 32.4 12.91 -
YUV 150.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 165 156 83 0 0.05 0.50 0.35 53.41 0.33 0.49
Hex A5 9C 53 0 5 32 23 35 21 31
Octal 245 234 123 0 5 62 43 65 41 61
Binary 10100101 10011100 1010011 0 101 110010 100011 110101 100001 110001

Color Harmonies of #A59C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C53

Black with #A59C53

Text Example


Text Example

White with #A59C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C53; }

 p { color: rgb(165,156,83); }

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

background-color css

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

 a { background-color: rgb(165,156,83); }

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

border-color css

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

 span { border-color: rgb(165,156,83); }

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