Html Css Color HEX #A59458 Husk

📋 copy color: '#A59458'

red 165 ◦ green 148 ◦ blue 88

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

Shades of Husk #A59458

Tints of Husk #A59458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 41.15%
G = 36.91%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59458 (or 0xA59458) is known color: Husk. HEX triplet: A5, 94 and 58. RGB value is (165,148,88). Sum of RGB (Red+Green+Blue) = 165+148+88=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A59458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59458 is #5A6BA7. Grayscale: #929292. Windows color (decimal): -5925800 or 5805221. OLE color: 5805221.

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

Color convert

RGB 165 148 88 -
CMYK 0 0.10 0.47 0.35
HSL 46.75º 0.3% 0.5% -
HSV(B) 46.75º 0.47% 0.65% -
XYZ 27.87 29.88 13.53 -
YUV 146.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 165 148 88 0 0.10 0.47 0.35 46.75 0.3 0.5
Hex A5 94 58 0 A 2F 23 2F 1E 32
Octal 245 224 130 0 12 57 43 57 36 62
Binary 10100101 10010100 1011000 0 1010 101111 100011 101111 11110 110010

Color Harmonies of #A59458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59458

Black with #A59458

Text Example


Text Example

White with #A59458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59458; }

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

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

background-color css

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

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

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

border-color css

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

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

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