#A9715D

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

Shades of Toast #A9715D

Tints of Toast #A9715D

Color information

#A9715D (or 0xA9715D) is unknown color: approx Toast. HEX triplet: A9, 71 and 5D. RGB value is (169,113,93). Sum of RGB (Red+Green+Blue) = 169+113+93=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9715D is #568EA2. Grayscale: #7F7F7F. Windows color (decimal): -5672611 or 6123945. OLE color: 6123945.

HSL color Cylindrical-coordinate representation of color #A9715D: hue angle of 15.79º 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 #A9715D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16911393-
CMYK00.330.450.34
HSL15.79º30.65%51.37%-
HSV(B)15.79º44.97%66.27%-
XYZ24.2421.0413.14-
YUV127.46108.55157.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=45.07%
G=30.13%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691139300.330.450.3415.7930.6551.37
HexA9715D0212D22101f33
Octal2511611350415542203763
Binary101010011110001101110101000011011011000101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9715D; }

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

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

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

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

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

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

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

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