#A6463E

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

Shades of Roof Terracotta #A6463E

Tints of Roof Terracotta #A6463E

Color information

#A6463E (or 0xA6463E) is unknown color: approx Roof Terracotta. HEX triplet: A6, 46 and 3E. RGB value is (166,70,62). Sum of RGB (Red+Green+Blue) = 166+70+62=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6463E is #59B9C1. Grayscale: #616161. Windows color (decimal): -5880258 or 4081318. OLE color: 4081318.

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

Color convert

RGB1667062-
CMYK00.580.630.35
HSL4.62º45.61%44.71%-
HSV(B)4.62º62.65%65.1%-
XYZ18.7912.846.04-
YUV97.79107.8176.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=55.70%
G=23.49%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166706200.580.630.354.6245.6144.71
HexA6463E03A3F2352e2d
Octal24610676072774355655
Binary1010011010001101111100111010111111100011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6463E; }

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

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

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

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

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

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

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

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