#A9725F

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

Shades of Toast #A9725F

Tints of Toast #A9725F

Color information

#A9725F (or 0xA9725F) is unknown color: approx Toast. HEX triplet: A9, 72 and 5F. RGB value is (169,114,95). Sum of RGB (Red+Green+Blue) = 169+114+95=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9725F is #568DA0. Grayscale: #808080. Windows color (decimal): -5672353 or 6255273. OLE color: 6255273.

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

Color convert

RGB16911495-
CMYK00.330.440.34
HSL15.41º30.08%51.76%-
HSV(B)15.41º43.79%66.27%-
XYZ24.4521.313.65-
YUV128.28109.22157.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=44.71%
G=30.16%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691149500.330.440.3415.4130.0851.76
HexA9725F0212C22f1e34
Octal2511621370415442173664
Binary10101001111001010111110100001101100100010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9725F; }

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

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

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

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

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

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

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

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