#A46D61

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

Shades of Toast #A46D61

Tints of Toast #A46D61

Color information

#A46D61 (or 0xA46D61) is unknown color: approx Toast. HEX triplet: A4, 6D and 61. RGB value is (164,109,97). Sum of RGB (Red+Green+Blue) = 164+109+97=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D61 is #5B929E. Grayscale: #7C7C7C. Windows color (decimal): -6001311 or 6385060. OLE color: 6385060.

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

Color convert

RGB16410997-
CMYK00.340.410.36
HSL10.75º26.91%51.18%-
HSV(B)10.75º40.85%64.31%-
XYZ22.9419.6913.9-
YUV124.08112.72156.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=44.32%
G=29.46%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641099700.340.410.3610.7526.9151.18
HexA46D610222924b1b33
Octal2441551410425144133363
Binary10100100110110111000010100010101001100100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D61; }

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

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

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

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

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

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

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

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