#A99758

Color #A99758 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A99758

Tints of Husk #A99758

Color information

#A99758 (or 0xA99758) is unknown color: approx Husk. HEX triplet: A9, 97 and 58. RGB value is (169,151,88). Sum of RGB (Red+Green+Blue) = 169+151+88=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A99758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99758 is #5668A7. Grayscale: #959595. Windows color (decimal): -5662888 or 5805993. OLE color: 5805993.

HSL color Cylindrical-coordinate representation of color #A99758: hue angle of 46.67º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99758 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16915188-
CMYK00.110.480.34
HSL46.67º32.02%50.39%-
HSV(B)46.67º47.93%66.27%-
XYZ29.1931.2713.73-
YUV149.293.46142.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=41.42%
G=37.01%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691518800.110.480.3446.6732.0250.39
HexA997580B30222f2032
Octal2512271300136042574062
Binary1010100110010111101100001011110000100010101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99758; }

 p { color: rgb(169,151,88); }

 H1.HeaderClassName
 {
   color: #A99758;
 }
 .AnyTagClassName
 {
   color: #A99758;
 }
</style>
background-color css

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

 a { background-color: rgb(169,151,88); }

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

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

 span { border-color: rgb(169,151,88); }

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