#A2765C

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

Shades of Toast #A2765C

Tints of Toast #A2765C

Color information

#A2765C (or 0xA2765C) is unknown color: approx Toast. HEX triplet: A2, 76 and 5C. RGB value is (162,118,92). Sum of RGB (Red+Green+Blue) = 162+118+92=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2765C is #5D89A3. Grayscale: #808080. Windows color (decimal): -6130084 or 6059682. OLE color: 6059682.

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

Color convert

RGB16211892-
CMYK00.270.430.36
HSL22.29º27.56%49.8%-
HSV(B)22.29º43.21%63.53%-
XYZ23.3121.4113.03-
YUV128.19107.58152.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=43.55%
G=31.72%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621189200.270.430.3622.2927.5649.8
HexA2765C01B2B24161c32
Octal2421661340335344263462
Binary10100010111011010111000110111010111001001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2765C; }

 p { color: rgb(162,118,92); }

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

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

 a { background-color: rgb(162,118,92); }

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

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

 span { border-color: rgb(162,118,92); }

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