#A2785F

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

Shades of Toast #A2785F

Tints of Toast #A2785F

Color information

#A2785F (or 0xA2785F) is unknown color: approx Toast. HEX triplet: A2, 78 and 5F. RGB value is (162,120,95). Sum of RGB (Red+Green+Blue) = 162+120+95=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2785F is #5D87A0. Grayscale: #818181. Windows color (decimal): -6129569 or 6256802. OLE color: 6256802.

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

Color convert

RGB16212095-
CMYK00.260.410.36
HSL22.39º26.48%50.39%-
HSV(B)22.39º41.36%63.53%-
XYZ23.6821.9413.81-
YUV129.71108.41151.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=42.97%
G=31.83%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621209500.260.410.3622.3926.4850.39
HexA2785F01A2924161a32
Octal2421701370325144263262
Binary10100010111100010111110110101010011001001011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2785F; }

 p { color: rgb(162,120,95); }

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

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

 a { background-color: rgb(162,120,95); }

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

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

 span { border-color: rgb(162,120,95); }

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