#A47259

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

Shades of Toast #A47259

Tints of Toast #A47259

Color information

#A47259 (or 0xA47259) is unknown color: approx Toast. HEX triplet: A4, 72 and 59. RGB value is (164,114,89). Sum of RGB (Red+Green+Blue) = 164+114+89=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47259 is #5B8DA6. Grayscale: #7E7E7E. Windows color (decimal): -6000039 or 5862052. OLE color: 5862052.

HSL color Cylindrical-coordinate representation of color #A47259: hue angle of 20º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47259 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16411489-
CMYK00.300.460.36
HSL20º29.64%49.61%-
HSV(B)20º45.73%64.31%-
XYZ23.1320.6512.22-
YUV126.1107.06155.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=44.69%
G=31.06%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641148900.300.460.362029.6449.61
HexA4725901E2E24141e32
Octal2441621310365644243662
Binary10100100111001010110010111101011101001001010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47259; }

 p { color: rgb(164,114,89); }

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

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

 a { background-color: rgb(164,114,89); }

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

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

 span { border-color: rgb(164,114,89); }

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