Html Css Color HEX #A59658 Husk

📋 copy color: '#A59658'

red 165 ◦ green 150 ◦ blue 88

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

Shades of Husk #A59658

Tints of Husk #A59658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 40.94%
G = 37.22%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59658 (or 0xA59658) is known color: Husk. HEX triplet: A5, 96 and 58. RGB value is (165,150,88). Sum of RGB (Red+Green+Blue) = 165+150+88=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A59658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59658 is #5A69A7. Grayscale: #939393. Windows color (decimal): -5925288 or 5805733. OLE color: 5805733.

HSL color Cylindrical-coordinate representation of color #A59658: hue angle of 48.31º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A59658 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 150 88 -
CMYK 0 0.09 0.47 0.35
HSL 48.31º 0.3% 0.5% -
HSV(B) 48.31º 0.47% 0.65% -
XYZ 28.18 30.52 13.64 -
YUV 147.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 165 150 88 0 0.09 0.47 0.35 48.31 0.3 0.5
Hex A5 96 58 0 9 2F 23 30 1E 32
Octal 245 226 130 0 11 57 43 60 36 62
Binary 10100101 10010110 1011000 0 1001 101111 100011 110000 11110 110010

Color Harmonies of #A59658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59658

Black with #A59658

Text Example


Text Example

White with #A59658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59658; }

 p { color: rgb(165,150,88); }

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

background-color css

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

 a { background-color: rgb(165,150,88); }

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

border-color css

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

 span { border-color: rgb(165,150,88); }

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