Html Css Color HEX #A59746 Husk

📋 copy color: '#A59746'

red 165 ◦ green 151 ◦ blue 70

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

Shades of Husk #A59746

Tints of Husk #A59746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 42.75%
G = 39.12%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A59746 (or 0xA59746) is known color: Husk. HEX triplet: A5, 97 and 46. RGB value is (165,151,70). Sum of RGB (Red+Green+Blue) = 165+151+70=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A59746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59746 is #5A68B9. Grayscale: #929292. Windows color (decimal): -5925050 or 4626341. OLE color: 4626341.

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

Color convert

RGB 165 151 70 -
CMYK 0 0.08 0.58 0.35
HSL 51.16º 0.4% 0.46% -
HSV(B) 51.16º 0.58% 0.65% -
XYZ 27.69 30.57 10.24 -
YUV 145.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 165 151 70 0 0.08 0.58 0.35 51.16 0.4 0.46
Hex A5 97 46 0 8 3A 23 33 28 2E
Octal 245 227 106 0 10 72 43 63 50 56
Binary 10100101 10010111 1000110 0 1000 111010 100011 110011 101000 101110

Color Harmonies of #A59746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59746

Black with #A59746

Text Example


Text Example

White with #A59746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59746; }

 p { color: rgb(165,151,70); }

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

background-color css

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

 a { background-color: rgb(165,151,70); }

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

border-color css

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

 span { border-color: rgb(165,151,70); }

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