#A37261

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

Shades of Toast #A37261

Tints of Toast #A37261

Color information

#A37261 (or 0xA37261) is unknown color: approx Toast. HEX triplet: A3, 72 and 61. RGB value is (163,114,97). Sum of RGB (Red+Green+Blue) = 163+114+97=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A37261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37261 is #5C8D9E. Grayscale: #7E7E7E. Windows color (decimal): -6065567 or 6386339. OLE color: 6386339.

HSL color Cylindrical-coordinate representation of color #A37261: hue angle of 15.45º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37261 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16311497-
CMYK00.300.400.36
HSL15.45º26.4%50.98%-
HSV(B)15.45º40.49%63.92%-
XYZ23.2820.6814.07-
YUV126.71111.23153.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=43.58%
G=30.48%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631149700.300.400.3615.4526.450.98
HexA3726101E2824f1a33
Octal2431621410365044173263
Binary1010001111100101100001011110101000100100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37261; }

 p { color: rgb(163,114,97); }

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

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

 a { background-color: rgb(163,114,97); }

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

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

 span { border-color: rgb(163,114,97); }

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