#A97561

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

Shades of Toast #A97561

Tints of Toast #A97561

Color information

#A97561 (or 0xA97561) is unknown color: approx Toast. HEX triplet: A9, 75 and 61. RGB value is (169,117,97). Sum of RGB (Red+Green+Blue) = 169+117+97=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A97561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97561 is #568A9E. Grayscale: #828282. Windows color (decimal): -5671583 or 6387113. OLE color: 6387113.

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

Color convert

RGB16911797-
CMYK00.310.430.34
HSL16.67º29.51%52.16%-
HSV(B)16.67º42.6%66.27%-
XYZ24.8822.0214.25-
YUV130.27109.23155.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=44.13%
G=30.55%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691179700.310.430.3416.6729.5152.16
HexA9756101F2B22111e34
Octal2511651410375342213664
Binary10101001111010111000010111111010111000101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97561; }

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

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

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

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

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

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

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

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