#A96E5E

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

Shades of Toast #A96E5E

Tints of Toast #A96E5E

Color information

#A96E5E (or 0xA96E5E) is unknown color: approx Toast. HEX triplet: A9, 6E and 5E. RGB value is (169,110,94). Sum of RGB (Red+Green+Blue) = 169+110+94=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E5E is #5691A1. Grayscale: #7D7D7D. Windows color (decimal): -5673378 or 6188713. OLE color: 6188713.

HSL color Cylindrical-coordinate representation of color #A96E5E: hue angle of 12.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96E5E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16911094-
CMYK00.350.440.34
HSL12.8º30.36%51.57%-
HSV(B)12.8º44.38%66.27%-
XYZ23.9620.413.26-
YUV125.82110.05158.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=45.31%
G=29.49%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691109400.350.440.3412.830.3651.57
HexA96E5E0232C22d1e34
Octal2511561360435442153664
Binary10101001110111010111100100011101100100010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E5E; }

 p { color: rgb(169,110,94); }

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

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

 a { background-color: rgb(169,110,94); }

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

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

 span { border-color: rgb(169,110,94); }

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