#A8755F

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

Shades of Toast #A8755F

Tints of Toast #A8755F

Color information

#A8755F (or 0xA8755F) is unknown color: approx Toast. HEX triplet: A8, 75 and 5F. RGB value is (168,117,95). Sum of RGB (Red+Green+Blue) = 168+117+95=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8755F is #578AA0. Grayscale: #818181. Windows color (decimal): -5737121 or 6256040. OLE color: 6256040.

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

Color convert

RGB16811795-
CMYK00.300.430.34
HSL18.08º29.55%51.57%-
HSV(B)18.08º43.45%65.88%-
XYZ24.5821.8713.75-
YUV129.74108.4155.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 95 (37.5% from 255) = 25%
R=44.21%
G=30.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681179500.300.430.3418.0829.5551.57
HexA8755F01E2B22121e34
Octal2501651370365342223664
Binary10101000111010110111110111101010111000101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8755F; }

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

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

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

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

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

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

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

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