#A97360

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

Shades of Toast #A97360

Tints of Toast #A97360

Color information

#A97360 (or 0xA97360) is unknown color: approx Toast. HEX triplet: A9, 73 and 60. RGB value is (169,115,96). Sum of RGB (Red+Green+Blue) = 169+115+96=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A97360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97360 is #568C9F. Grayscale: #818181. Windows color (decimal): -5672096 or 6321065. OLE color: 6321065.

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

Color convert

RGB16911596-
CMYK00.320.430.34
HSL15.62º29.8%51.96%-
HSV(B)15.62º43.2%66.27%-
XYZ24.621.5413.93-
YUV128.98109.39156.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=44.47%
G=30.26%
B=25.26%

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
Decimal1691159600.320.430.3415.6229.851.96
HexA973600202B22101e34
Octal2511631400405342203664
Binary101010011110011110000001000001010111000101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97360; }

 p { color: rgb(169,115,96); }

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

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

 a { background-color: rgb(169,115,96); }

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

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

 span { border-color: rgb(169,115,96); }

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