#A27462

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

Shades of Toast #A27462

Tints of Toast #A27462

Color information

#A27462 (or 0xA27462) is unknown color: approx Toast. HEX triplet: A2, 74 and 62. RGB value is (162,116,98). Sum of RGB (Red+Green+Blue) = 162+116+98=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A27462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27462 is #5D8B9D. Grayscale: #7F7F7F. Windows color (decimal): -6130590 or 6452386. OLE color: 6452386.

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

Color convert

RGB16211698-
CMYK00.280.400.36
HSL16.88º25.6%50.98%-
HSV(B)16.88º39.51%63.53%-
XYZ23.3521.0514.39-
YUV127.7111.24152.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=43.09%
G=30.85%
B=26.06%

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
Decimal1621169800.280.400.3616.8825.650.98
HexA2746201C2824111a33
Octal2421641420345044213263
Binary10100010111010011000100111001010001001001000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27462; }

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

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

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

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

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

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

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

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