#A97261

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

Shades of Toast #A97261

Tints of Toast #A97261

Color information

#A97261 (or 0xA97261) is unknown color: approx Toast. HEX triplet: A9, 72 and 61. RGB value is (169,114,97). Sum of RGB (Red+Green+Blue) = 169+114+97=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A97261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97261 is #568D9E. Grayscale: #808080. Windows color (decimal): -5672351 or 6386345. OLE color: 6386345.

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

Color convert

RGB16911497-
CMYK00.330.430.34
HSL14.17º29.51%52.16%-
HSV(B)14.17º42.6%66.27%-
XYZ24.5421.3314.13-
YUV128.51110.22156.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=44.47%
G=30%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691149700.330.430.3414.1729.5152.16
HexA972610212B22e1e34
Octal2511621410415342163664
Binary10101001111001011000010100001101011100010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97261; }

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

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

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

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

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

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

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

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