Html Css Color HEX #A59751 Husk

📋 copy color: '#A59751'

red 165 ◦ green 151 ◦ blue 81

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

Shades of Husk #A59751

Tints of Husk #A59751

RGB

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

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

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

R = 41.56%
G = 38.04%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A59751 (or 0xA59751) is known color: Husk. HEX triplet: A5, 97 and 51. RGB value is (165,151,81). Sum of RGB (Red+Green+Blue) = 165+151+81=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59751 is #5A68AE. Grayscale: #939393. Windows color (decimal): -5925039 or 5347237. OLE color: 5347237.

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

Color convert

RGB 165 151 81 -
CMYK 0 0.08 0.51 0.35
HSL 50º 0.34% 0.48% -
HSV(B) 50º 0.51% 0.65% -
XYZ 28.07 30.73 12.24 -
YUV 147.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 165 151 81 0 0.08 0.51 0.35 50 0.34 0.48
Hex A5 97 51 0 8 33 23 32 22 30
Octal 245 227 121 0 10 63 43 62 42 60
Binary 10100101 10010111 1010001 0 1000 110011 100011 110010 100010 110000

Color Harmonies of #A59751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59751

Black with #A59751

Text Example


Text Example

White with #A59751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59751; }

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

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

background-color css

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

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

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

border-color css

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

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

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