#A37367

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

Shades of Toast #A37367

Tints of Toast #A37367

Color information

#A37367 (or 0xA37367) is unknown color: approx Toast. HEX triplet: A3, 73 and 67. RGB value is (163,115,103). Sum of RGB (Red+Green+Blue) = 163+115+103=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A37367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37367 is #5C8C98. Grayscale: #808080. Windows color (decimal): -6065305 or 6779811. OLE color: 6779811.

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

Color convert

RGB163115103-
CMYK00.290.370.36
HSL12º24.59%52.16%-
HSV(B)12º36.81%63.92%-
XYZ23.6821.0315.64-
YUV127.98113.9152.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=42.78%
G=30.18%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311510300.290.370.361224.5952.16
HexA3736701D2524c1934
Octal2431631470354544143164
Binary1010001111100111100111011101100101100100110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37367; }

 p { color: rgb(163,115,103); }

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

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

 a { background-color: rgb(163,115,103); }

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

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

 span { border-color: rgb(163,115,103); }

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