#A47761

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

Shades of Toast #A47761

Tints of Toast #A47761

Color information

#A47761 (or 0xA47761) is unknown color: approx Toast. HEX triplet: A4, 77 and 61. RGB value is (164,119,97). Sum of RGB (Red+Green+Blue) = 164+119+97=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A47761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47761 is #5B889E. Grayscale: #828282. Windows color (decimal): -5998751 or 6387620. OLE color: 6387620.

HSL color Cylindrical-coordinate representation of color #A47761: hue angle of 19.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47761 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16411997-
CMYK00.270.410.36
HSL19.7º26.91%51.18%-
HSV(B)19.7º40.85%64.31%-
XYZ24.0621.9514.28-
YUV129.95109.41152.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=43.16%
G=31.32%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641199700.270.410.3619.726.9151.18
HexA4776101B2924141b33
Octal2441671410335144243363
Binary10100100111011111000010110111010011001001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47761; }

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

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

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

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

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

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

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

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