#A46F62

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

Shades of Toast #A46F62

Tints of Toast #A46F62

Color information

#A46F62 (or 0xA46F62) is unknown color: approx Toast. HEX triplet: A4, 6F and 62. RGB value is (164,111,98). Sum of RGB (Red+Green+Blue) = 164+111+98=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F62 is #5B909D. Grayscale: #7D7D7D. Windows color (decimal): -6000798 or 6451108. OLE color: 6451108.

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

Color convert

RGB16411198-
CMYK00.320.400.36
HSL11.82º26.61%51.37%-
HSV(B)11.82º40.24%64.31%-
XYZ23.220.1414.22-
YUV125.36112.56155.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=43.97%
G=29.76%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641119800.320.400.3611.8226.6151.37
HexA46F620202824c1b33
Octal2441571420405044143363
Binary10100100110111111000100100000101000100100110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F62; }

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

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

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

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

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

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

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

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