#A47162

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

Shades of Toast #A47162

Tints of Toast #A47162

Color information

#A47162 (or 0xA47162) is unknown color: approx Toast. HEX triplet: A4, 71 and 62. RGB value is (164,113,98). Sum of RGB (Red+Green+Blue) = 164+113+98=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A47162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47162 is #5B8E9D. Grayscale: #7E7E7E. Windows color (decimal): -6000286 or 6451620. OLE color: 6451620.

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

Color convert

RGB16411398-
CMYK00.310.400.36
HSL13.64º26.61%51.37%-
HSV(B)13.64º40.24%64.31%-
XYZ23.4220.5814.29-
YUV126.54111.9154.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=43.73%
G=30.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641139800.310.400.3613.6426.6151.37
HexA4716201F2824e1b33
Octal2441611420375044163363
Binary1010010011100011100010011111101000100100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47162; }

 p { color: rgb(164,113,98); }

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

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

 a { background-color: rgb(164,113,98); }

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

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

 span { border-color: rgb(164,113,98); }

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