Html Css Color HEX #A59B47 Husk

📋 copy color: '#A59B47'

red 165 ◦ green 155 ◦ blue 71

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

Shades of Husk #A59B47

Tints of Husk #A59B47

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 42.2%
G = 39.64%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A59B47 (or 0xA59B47) is known color: Husk. HEX triplet: A5, 9B and 47. RGB value is (165,155,71). Sum of RGB (Red+Green+Blue) = 165+155+71=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B47 is #5A64B8. Grayscale: #949494. Windows color (decimal): -5924025 or 4692901. OLE color: 4692901.

HSL color Cylindrical-coordinate representation of color #A59B47: hue angle of 53.62º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A59B47 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 155 71 -
CMYK 0 0.06 0.57 0.35
HSL 53.62º 0.4% 0.46% -
HSV(B) 53.62º 0.57% 0.65% -
XYZ 28.38 31.9 10.62 -
YUV 148.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 165 155 71 0 0.06 0.57 0.35 53.62 0.4 0.46
Hex A5 9B 47 0 6 39 23 36 28 2E
Octal 245 233 107 0 6 71 43 66 50 56
Binary 10100101 10011011 1000111 0 110 111001 100011 110110 101000 101110

Color Harmonies of #A59B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B47

Black with #A59B47

Text Example


Text Example

White with #A59B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B47; }

 p { color: rgb(165,155,71); }

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

background-color css

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

 a { background-color: rgb(165,155,71); }

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

border-color css

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

 span { border-color: rgb(165,155,71); }

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