#A47661

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

Shades of Toast #A47661

Tints of Toast #A47661

Color information

#A47661 (or 0xA47661) is unknown color: approx Toast. HEX triplet: A4, 76 and 61. RGB value is (164,118,97). Sum of RGB (Red+Green+Blue) = 164+118+97=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A47661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47661 is #5B899E. Grayscale: #818181. Windows color (decimal): -5999007 or 6387364. OLE color: 6387364.

HSL color Cylindrical-coordinate representation of color #A47661: hue angle of 18.81º 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 #A47661 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16411897-
CMYK00.280.410.36
HSL18.81º26.91%51.18%-
HSV(B)18.81º40.85%64.31%-
XYZ23.9521.7114.24-
YUV129.36109.74152.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=43.27%
G=31.13%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641189700.280.410.3618.8126.9151.18
HexA4766101C2924131b33
Octal2441661410345144233363
Binary10100100111011011000010111001010011001001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47661; }

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

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

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

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

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

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

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

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