#A97463

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

Shades of Toast #A97463

Tints of Toast #A97463

Color information

#A97463 (or 0xA97463) is unknown color: approx Toast. HEX triplet: A9, 74 and 63. RGB value is (169,116,99). Sum of RGB (Red+Green+Blue) = 169+116+99=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97463 is #568B9C. Grayscale: #828282. Windows color (decimal): -5671837 or 6517929. OLE color: 6517929.

HSL color Cylindrical-coordinate representation of color #A97463: hue angle of 14.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97463 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16911699-
CMYK00.310.410.34
HSL14.57º28.93%52.55%-
HSV(B)14.57º41.42%66.27%-
XYZ24.8621.8314.71-
YUV129.91110.56155.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=44.01%
G=30.21%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691169900.310.410.3414.5728.9352.55
HexA9746301F2922f1d35
Octal2511641430375142173565
Binary1010100111101001100011011111101001100010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97463; }

 p { color: rgb(169,116,99); }

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

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

 a { background-color: rgb(169,116,99); }

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

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

 span { border-color: rgb(169,116,99); }

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