Html Css Color HEX #A59A4B Husk

📋 copy color: '#A59A4B'

red 165 ◦ green 154 ◦ blue 75

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

Shades of Husk #A59A4B

Tints of Husk #A59A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 41.88%
G = 39.09%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A59A4B (or 0xA59A4B) is known color: Husk. HEX triplet: A5, 9A and 4B. RGB value is (165,154,75). Sum of RGB (Red+Green+Blue) = 165+154+75=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A4B is #5A65B4. Grayscale: #949494. Windows color (decimal): -5924277 or 4954789. OLE color: 4954789.

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

Color convert

RGB 165 154 75 -
CMYK 0 0.07 0.55 0.35
HSL 52.67º 0.38% 0.47% -
HSV(B) 52.67º 0.55% 0.65% -
XYZ 28.34 31.62 11.27 -
YUV 148.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 165 154 75 0 0.07 0.55 0.35 52.67 0.38 0.47
Hex A5 9A 4B 0 7 37 23 35 26 2F
Octal 245 232 113 0 7 67 43 65 46 57
Binary 10100101 10011010 1001011 0 111 110111 100011 110101 100110 101111

Color Harmonies of #A59A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A4B

Black with #A59A4B

Text Example


Text Example

White with #A59A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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