#A8755B

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

Shades of Toast #A8755B

Tints of Toast #A8755B

Color information

#A8755B (or 0xA8755B) is unknown color: approx Toast. HEX triplet: A8, 75 and 5B. RGB value is (168,117,91). Sum of RGB (Red+Green+Blue) = 168+117+91=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8755B is #578AA4. Grayscale: #818181. Windows color (decimal): -5737125 or 5993896. OLE color: 5993896.

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

Color convert

RGB16811791-
CMYK00.300.460.34
HSL20.26º30.68%50.78%-
HSV(B)20.26º45.83%65.88%-
XYZ24.421.812.82-
YUV129.28106.4155.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=44.68%
G=31.12%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681179100.300.460.3420.2630.6850.78
HexA8755B01E2E22141f33
Octal2501651330365642243763
Binary10101000111010110110110111101011101000101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8755B; }

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

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

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

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

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

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

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

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