#a37768

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

Shades of Toast #A37768

Tints of Toast #A37768

Color information

#A37768 (or 0xA37768) is unknown color: approx Toast. HEX triplet: A3, 77 and 68. RGB value is (163,119,104). Sum of RGB (Red+Green+Blue) = 163+119+104=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37768 is #5C8897. Grayscale: #828282. Windows color (decimal): -6064280 or 6846371. OLE color: 6846371.

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

Color convert

RGB163119104-
CMYK00.270.360.36
HSL15.25º24.28%52.35%-
HSV(B)15.25º36.2%63.92%-
XYZ24.221.9816.06-
YUV130.45113.08151.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=42.23%
G=30.83%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311910400.270.360.3615.2524.2852.35
HexA3776801B2424f1834
Octal2431671500334444173064
Binary1010001111101111101000011011100100100100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37768; }

 p { color: rgb(163,119,104); }

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

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

 a { background-color: rgb(163,119,104); }

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

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

 span { border-color: rgb(163,119,104); }

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