#A64646

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

Shades of Roof Terracotta #A64646

Tints of Roof Terracotta #A64646

Color information

#A64646 (or 0xA64646) is unknown color: approx Roof Terracotta. HEX triplet: A6, 46 and 46. RGB value is (166,70,70). Sum of RGB (Red+Green+Blue) = 166+70+70=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A64646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64646 is #59B9B9. Grayscale: #626262. Windows color (decimal): -5880250 or 4605606. OLE color: 4605606.

HSL color Cylindrical-coordinate representation of color #A64646: hue angle of 0º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64646 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1667070-
CMYK00.580.580.35
HSL40.68%46.27%-
HSV(B)57.83%65.1%-
XYZ19.0212.937.29-
YUV98.7111.8176-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=54.25%
G=22.88%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166707000.580.580.35040.6846.27
HexA6464603A3A230292e
Octal246106106072724305156
Binary101001101000110100011001110101110101000110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64646; }

 p { color: rgb(166,70,70); }

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

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

 a { background-color: rgb(166,70,70); }

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

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

 span { border-color: rgb(166,70,70); }

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