#A96D5D

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

Shades of Toast #A96D5D

Tints of Toast #A96D5D

Color information

#A96D5D (or 0xA96D5D) is unknown color: approx Toast. HEX triplet: A9, 6D and 5D. RGB value is (169,109,93). Sum of RGB (Red+Green+Blue) = 169+109+93=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D5D is #5692A2. Grayscale: #7D7D7D. Windows color (decimal): -5673635 or 6122921. OLE color: 6122921.

HSL color Cylindrical-coordinate representation of color #A96D5D: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96D5D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16910993-
CMYK00.360.450.34
HSL12.63º30.65%51.37%-
HSV(B)12.63º44.97%66.27%-
XYZ23.8120.1612.99-
YUV125.12109.88159.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=45.55%
G=29.38%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691099300.360.450.3412.6330.6551.37
HexA96D5D0242D22d1f33
Octal2511551350445542153763
Binary10101001110110110111010100100101101100010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D5D; }

 p { color: rgb(169,109,93); }

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

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

 a { background-color: rgb(169,109,93); }

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

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

 span { border-color: rgb(169,109,93); }

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