#A8725F

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

Shades of Toast #A8725F

Tints of Toast #A8725F

Color information

#A8725F (or 0xA8725F) is unknown color: approx Toast. HEX triplet: A8, 72 and 5F. RGB value is (168,114,95). Sum of RGB (Red+Green+Blue) = 168+114+95=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8725F is #578DA0. Grayscale: #808080. Windows color (decimal): -5737889 or 6255272. OLE color: 6255272.

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

Color convert

RGB16811495-
CMYK00.320.430.34
HSL15.62º29.55%51.57%-
HSV(B)15.62º43.45%65.88%-
XYZ24.2321.1913.64-
YUV127.98109.39156.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=44.56%
G=30.24%
B=25.20%

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
Decimal1681149500.320.430.3415.6229.5551.57
HexA8725F0202B22101e34
Octal2501621370405342203664
Binary101010001110010101111101000001010111000101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8725F; }

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

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

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

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

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

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

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

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