#A8705A

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

Shades of Toast #A8705A

Tints of Toast #A8705A

Color information

#A8705A (or 0xA8705A) is unknown color: approx Toast. HEX triplet: A8, 70 and 5A. RGB value is (168,112,90). Sum of RGB (Red+Green+Blue) = 168+112+90=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8705A is #578FA5. Grayscale: #7E7E7E. Windows color (decimal): -5738406 or 5927080. OLE color: 5927080.

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

Color convert

RGB16811290-
CMYK00.330.460.34
HSL16.92º30.95%50.59%-
HSV(B)16.92º46.43%65.88%-
XYZ23.7920.6512.41-
YUV126.24107.55157.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=45.41%
G=30.27%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681129000.330.460.3416.9230.9550.59
HexA8705A0212E22111f33
Octal2501601320415642213763
Binary101010001110000101101001000011011101000101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8705A; }

 p { color: rgb(168,112,90); }

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

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

 a { background-color: rgb(168,112,90); }

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

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

 span { border-color: rgb(168,112,90); }

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