#A27562

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

Shades of Toast #A27562

Tints of Toast #A27562

Color information

#A27562 (or 0xA27562) is unknown color: approx Toast. HEX triplet: A2, 75 and 62. RGB value is (162,117,98). Sum of RGB (Red+Green+Blue) = 162+117+98=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A27562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27562 is #5D8A9D. Grayscale: #808080. Windows color (decimal): -6130334 or 6452642. OLE color: 6452642.

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

Color convert

RGB16211798-
CMYK00.280.400.36
HSL17.81º25.6%50.98%-
HSV(B)17.81º39.51%63.53%-
XYZ23.4721.2914.43-
YUV128.29110.91152.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=42.97%
G=31.03%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621179800.280.400.3617.8125.650.98
HexA2756201C2824121a33
Octal2421651420345044223263
Binary10100010111010111000100111001010001001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27562; }

 p { color: rgb(162,117,98); }

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

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

 a { background-color: rgb(162,117,98); }

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

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

 span { border-color: rgb(162,117,98); }

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