Html Css Color HEX #A59351 Husk

📋 copy color: '#A59351'

red 165 ◦ green 147 ◦ blue 81

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

Shades of Husk #A59351

Tints of Husk #A59351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 41.98%
G = 37.4%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59351 (or 0xA59351) is known color: Husk. HEX triplet: A5, 93 and 51. RGB value is (165,147,81). Sum of RGB (Red+Green+Blue) = 165+147+81=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A59351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59351 is #5A6CAE. Grayscale: #919191. Windows color (decimal): -5926063 or 5346213. OLE color: 5346213.

HSL color Cylindrical-coordinate representation of color #A59351: hue angle of 47.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A59351 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 147 81 -
CMYK 0 0.11 0.51 0.35
HSL 47.14º 0.34% 0.48% -
HSV(B) 47.14º 0.51% 0.65% -
XYZ 27.44 29.46 12.03 -
YUV 144.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 165 147 81 0 0.11 0.51 0.35 47.14 0.34 0.48
Hex A5 93 51 0 B 33 23 2F 22 30
Octal 245 223 121 0 13 63 43 57 42 60
Binary 10100101 10010011 1010001 0 1011 110011 100011 101111 100010 110000

Color Harmonies of #A59351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59351

Black with #A59351

Text Example


Text Example

White with #A59351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59351; }

 p { color: rgb(165,147,81); }

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

background-color css

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

 a { background-color: rgb(165,147,81); }

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

border-color css

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

 span { border-color: rgb(165,147,81); }

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