#A47869

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

Shades of Toast #A47869

Tints of Toast #A47869

Color information

#A47869 (or 0xA47869) is unknown color: approx Toast. HEX triplet: A4, 78 and 69. RGB value is (164,120,105). Sum of RGB (Red+Green+Blue) = 164+120+105=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A47869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47869 is #5B8796. Grayscale: #838383. Windows color (decimal): -5998487 or 6912164. OLE color: 6912164.

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

Color convert

RGB164120105-
CMYK00.270.360.36
HSL15.25º24.48%52.75%-
HSV(B)15.25º35.98%64.31%-
XYZ24.5822.3516.38-
YUV131.45113.08151.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=42.16%
G=30.85%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412010500.270.360.3615.2524.4852.75
HexA4786901B2424f1835
Octal2441701510334444173065
Binary1010010011110001101001011011100100100100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47869; }

 p { color: rgb(164,120,105); }

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

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

 a { background-color: rgb(164,120,105); }

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

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

 span { border-color: rgb(164,120,105); }

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