#A2756A

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

Shades of Toast #A2756A

Tints of Toast #A2756A

Color information

#A2756A (or 0xA2756A) is unknown color: approx Toast. HEX triplet: A2, 75 and 6A. RGB value is (162,117,106). Sum of RGB (Red+Green+Blue) = 162+117+106=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756A is #5D8A95. Grayscale: #818181. Windows color (decimal): -6130326 or 6976930. OLE color: 6976930.

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

Color convert

RGB162117106-
CMYK00.280.350.36
HSL11.79º23.14%52.55%-
HSV(B)11.79º34.57%63.53%-
XYZ23.8621.4416.52-
YUV129.2114.91151.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=42.08%
G=30.39%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211710600.280.350.3611.7923.1452.55
HexA2756A01C2324c1735
Octal2421651520344344142765
Binary1010001011101011101010011100100011100100110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2756A; }

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

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

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

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

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

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

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

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