#A46F5C

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

Shades of Toast #A46F5C

Tints of Toast #A46F5C

Color information

#A46F5C (or 0xA46F5C) is unknown color: approx Toast. HEX triplet: A4, 6F and 5C. RGB value is (164,111,92). Sum of RGB (Red+Green+Blue) = 164+111+92=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F5C is #5B90A3. Grayscale: #7C7C7C. Windows color (decimal): -6000804 or 6057892. OLE color: 6057892.

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

Color convert

RGB16411192-
CMYK00.320.440.36
HSL15.83º28.35%50.2%-
HSV(B)15.83º43.9%64.31%-
XYZ22.9320.0312.78-
YUV124.68109.56156.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=44.69%
G=30.25%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641119200.320.440.3615.8328.3550.2
HexA46F5C0202C24101c32
Octal2441571340405444203462
Binary101001001101111101110001000001011001001001000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F5C; }

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

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

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

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

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

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

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

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