#A8735F

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

Shades of Toast #A8735F

Tints of Toast #A8735F

Color information

#A8735F (or 0xA8735F) is unknown color: approx Toast. HEX triplet: A8, 73 and 5F. RGB value is (168,115,95). Sum of RGB (Red+Green+Blue) = 168+115+95=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8735F is #578CA0. Grayscale: #808080. Windows color (decimal): -5737633 or 6255528. OLE color: 6255528.

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

Color convert

RGB16811595-
CMYK00.320.430.34
HSL16.44º29.55%51.57%-
HSV(B)16.44º43.45%65.88%-
XYZ24.3421.4113.68-
YUV128.57109.06156.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=44.44%
G=30.42%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681159500.320.430.3416.4429.5551.57
HexA8735F0202B22101e34
Octal2501631370405342203664
Binary101010001110011101111101000001010111000101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8735F; }

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

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

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

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

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

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

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

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