#A8755E

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

Shades of Toast #A8755E

Tints of Toast #A8755E

Color information

#A8755E (or 0xA8755E) is unknown color: approx Toast. HEX triplet: A8, 75 and 5E. RGB value is (168,117,94). Sum of RGB (Red+Green+Blue) = 168+117+94=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8755E is #578AA1. Grayscale: #818181. Windows color (decimal): -5737122 or 6190504. OLE color: 6190504.

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

Color convert

RGB16811794-
CMYK00.300.440.34
HSL18.65º29.84%51.37%-
HSV(B)18.65º44.05%65.88%-
XYZ24.5321.8613.52-
YUV129.63107.9155.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=44.33%
G=30.87%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681179400.300.440.3418.6529.8451.37
HexA8755E01E2C22131e33
Octal2501651360365442233663
Binary10101000111010110111100111101011001000101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8755E; }

 p { color: rgb(168,117,94); }

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

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

 a { background-color: rgb(168,117,94); }

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

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

 span { border-color: rgb(168,117,94); }

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