#A97661

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

Shades of Toast #A97661

Tints of Toast #A97661

Color information

#A97661 (or 0xA97661) is unknown color: approx Toast. HEX triplet: A9, 76 and 61. RGB value is (169,118,97). Sum of RGB (Red+Green+Blue) = 169+118+97=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97661 is #56899E. Grayscale: #828282. Windows color (decimal): -5671327 or 6387369. OLE color: 6387369.

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

Color convert

RGB16911897-
CMYK00.300.430.34
HSL17.5º29.51%52.16%-
HSV(B)17.5º42.6%66.27%-
XYZ2522.2514.29-
YUV130.85108.9155.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=44.01%
G=30.73%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691189700.300.430.3417.529.5152.16
HexA9766101E2B22121e34
Octal2511661410365342223664
Binary10101001111011011000010111101010111000101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97661; }

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

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

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

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

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

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

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

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