#A97761

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

Shades of Toast #A97761

Tints of Toast #A97761

Color information

#A97761 (or 0xA97761) is unknown color: approx Toast. HEX triplet: A9, 77 and 61. RGB value is (169,119,97). Sum of RGB (Red+Green+Blue) = 169+119+97=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97761 is #56889E. Grayscale: #838383. Windows color (decimal): -5671071 or 6387625. OLE color: 6387625.

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

Color convert

RGB16911997-
CMYK00.300.430.34
HSL18.33º29.51%52.16%-
HSV(B)18.33º42.6%66.27%-
XYZ25.1222.4914.33-
YUV131.44108.56154.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=43.90%
G=30.91%
B=25.19%

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
Decimal1691199700.300.430.3418.3329.5152.16
HexA9776101E2B22121e34
Octal2511671410365342223664
Binary10101001111011111000010111101010111000101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97761; }

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

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

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

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

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

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

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

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