Html Css Color HEX #A59C4A Husk

📋 copy color: '#A59C4A'

red 165 ◦ green 156 ◦ blue 74

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

Shades of Husk #A59C4A

Tints of Husk #A59C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 41.77%
G = 39.49%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A59C4A (or 0xA59C4A) is known color: Husk. HEX triplet: A5, 9C and 4A. RGB value is (165,156,74). Sum of RGB (Red+Green+Blue) = 165+156+74=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C4A is #5A63B5. Grayscale: #959595. Windows color (decimal): -5923766 or 4889765. OLE color: 4889765.

HSL color Cylindrical-coordinate representation of color #A59C4A: hue angle of 54.07º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A59C4A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 74 -
CMYK 0 0.05 0.55 0.35
HSL 54.07º 0.38% 0.47% -
HSV(B) 54.07º 0.55% 0.65% -
XYZ 28.64 32.27 11.2 -
YUV 149.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 165 156 74 0 0.05 0.55 0.35 54.07 0.38 0.47
Hex A5 9C 4A 0 5 37 23 36 26 2F
Octal 245 234 112 0 5 67 43 66 46 57
Binary 10100101 10011100 1001010 0 101 110111 100011 110110 100110 101111

Color Harmonies of #A59C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C4A

Black with #A59C4A

Text Example


Text Example

White with #A59C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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