#A3755E

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

Shades of Toast #A3755E

Tints of Toast #A3755E

Color information

#A3755E (or 0xA3755E) is unknown color: approx Toast. HEX triplet: A3, 75 and 5E. RGB value is (163,117,94). Sum of RGB (Red+Green+Blue) = 163+117+94=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3755E is #5C8AA1. Grayscale: #808080. Windows color (decimal): -6064802 or 6190499. OLE color: 6190499.

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

Color convert

RGB16311794-
CMYK00.280.420.36
HSL20º27.27%50.39%-
HSV(B)20º42.33%63.92%-
XYZ23.4921.3213.47-
YUV128.13108.74152.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=43.58%
G=31.28%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631179400.280.420.362027.2750.39
HexA3755E01C2A24141b32
Octal2431651360345244243362
Binary10100011111010110111100111001010101001001010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3755E; }

 p { color: rgb(163,117,94); }

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

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

 a { background-color: rgb(163,117,94); }

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

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

 span { border-color: rgb(163,117,94); }

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