#A27257

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

Shades of Toast #A27257

Tints of Toast #A27257

Color information

#A27257 (or 0xA27257) is unknown color: approx Toast. HEX triplet: A2, 72 and 57. RGB value is (162,114,87). Sum of RGB (Red+Green+Blue) = 162+114+87=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27257 is #5D8DA8. Grayscale: #7D7D7D. Windows color (decimal): -6131113 or 5730978. OLE color: 5730978.

HSL color Cylindrical-coordinate representation of color #A27257: hue angle of 21.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27257 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16211487-
CMYK00.300.460.36
HSL21.6º30.12%48.82%-
HSV(B)21.6º46.3%63.53%-
XYZ22.6420.411.76-
YUV125.27106.4154.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=44.63%
G=31.40%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621148700.300.460.3621.630.1248.82
HexA2725701E2E24161e31
Octal2421621270365644263661
Binary10100010111001010101110111101011101001001011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27257; }

 p { color: rgb(162,114,87); }

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

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

 a { background-color: rgb(162,114,87); }

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

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

 span { border-color: rgb(162,114,87); }

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