#A37064

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

Shades of Toast #A37064

Tints of Toast #A37064

Color information

#A37064 (or 0xA37064) is unknown color: approx Toast. HEX triplet: A3, 70 and 64. RGB value is (163,112,100). Sum of RGB (Red+Green+Blue) = 163+112+100=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A37064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37064 is #5C8F9B. Grayscale: #7D7D7D. Windows color (decimal): -6066076 or 6582435. OLE color: 6582435.

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

Color convert

RGB163112100-
CMYK00.310.390.36
HSL11.43º25.51%51.57%-
HSV(B)11.43º38.65%63.92%-
XYZ23.220.2914.75-
YUV125.88113.4154.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=43.47%
G=29.87%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311210000.310.390.3611.4325.5151.57
HexA3706401F2724b1a34
Octal2431601440374744133264
Binary1010001111100001100100011111100111100100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37064; }

 p { color: rgb(163,112,100); }

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

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

 a { background-color: rgb(163,112,100); }

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

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

 span { border-color: rgb(163,112,100); }

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