#A6463D

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

Shades of Roof Terracotta #A6463D

Tints of Roof Terracotta #A6463D

Color information

#A6463D (or 0xA6463D) is unknown color: approx Roof Terracotta. HEX triplet: A6, 46 and 3D. RGB value is (166,70,61). Sum of RGB (Red+Green+Blue) = 166+70+61=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6463D is #59B9C2. Grayscale: #616161. Windows color (decimal): -5880259 or 4015782. OLE color: 4015782.

HSL color Cylindrical-coordinate representation of color #A6463D: hue angle of 5.14º 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 #A6463D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1667061-
CMYK00.580.630.35
HSL5.14º46.26%44.51%-
HSV(B)5.14º63.25%65.1%-
XYZ18.7612.825.9-
YUV97.68107.3176.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=55.89%
G=23.57%
B=20.54%

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
Decimal166706100.580.630.355.1446.2644.51
HexA6463D03A3F2352e2d
Octal24610675072774355655
Binary1010011010001101111010111010111111100011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6463D; }

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

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

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

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

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

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

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

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