#A27464

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

Shades of Toast #A27464

Tints of Toast #A27464

Color information

#A27464 (or 0xA27464) is unknown color: approx Toast. HEX triplet: A2, 74 and 64. RGB value is (162,116,100). Sum of RGB (Red+Green+Blue) = 162+116+100=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27464 is #5D8B9B. Grayscale: #808080. Windows color (decimal): -6130588 or 6583458. OLE color: 6583458.

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

Color convert

RGB162116100-
CMYK00.280.380.36
HSL15.48º25%51.37%-
HSV(B)15.48º38.27%63.53%-
XYZ23.4521.0914.89-
YUV127.93112.24152.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=42.86%
G=30.69%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211610000.280.380.3615.482551.37
HexA2746401C2624f1933
Octal2421641440344644173163
Binary1010001011101001100100011100100110100100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27464; }

 p { color: rgb(162,116,100); }

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

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

 a { background-color: rgb(162,116,100); }

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

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

 span { border-color: rgb(162,116,100); }

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