Html Css Color HEX #A59551 Husk

📋 copy color: '#A59551'

red 165 ◦ green 149 ◦ blue 81

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

Shades of Husk #A59551

Tints of Husk #A59551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 41.77%
G = 37.72%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59551 (or 0xA59551) is known color: Husk. HEX triplet: A5, 95 and 51. RGB value is (165,149,81). Sum of RGB (Red+Green+Blue) = 165+149+81=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59551 is #5A6AAE. Grayscale: #929292. Windows color (decimal): -5925551 or 5346725. OLE color: 5346725.

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

Color convert

RGB 165 149 81 -
CMYK 0 0.10 0.51 0.35
HSL 48.57º 0.34% 0.48% -
HSV(B) 48.57º 0.51% 0.65% -
XYZ 27.75 30.09 12.13 -
YUV 146.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 165 149 81 0 0.10 0.51 0.35 48.57 0.34 0.48
Hex A5 95 51 0 A 33 23 31 22 30
Octal 245 225 121 0 12 63 43 61 42 60
Binary 10100101 10010101 1010001 0 1010 110011 100011 110001 100010 110000

Color Harmonies of #A59551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59551

Black with #A59551

Text Example


Text Example

White with #A59551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59551; }

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

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

background-color css

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

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

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

border-color css

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

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

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