#A6443B

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

Shades of Roof Terracotta #A6443B

Tints of Roof Terracotta #A6443B

Color information

#A6443B (or 0xA6443B) is unknown color: approx Roof Terracotta. HEX triplet: A6, 44 and 3B. RGB value is (166,68,59). Sum of RGB (Red+Green+Blue) = 166+68+59=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6443B is #59BBC4. Grayscale: #606060. Windows color (decimal): -5880773 or 3884198. OLE color: 3884198.

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

Color convert

RGB1666859-
CMYK00.590.640.35
HSL5.05º47.56%44.12%-
HSV(B)5.05º64.46%65.1%-
XYZ18.5812.565.58-
YUV96.28106.97177.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=56.66%
G=23.21%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166685900.590.640.355.0547.5644.12
HexA6443B03B40235302c
Octal246104730731004356054
Binary10100110100010011101101110111000000100011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6443B; }

 p { color: rgb(166,68,59); }

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

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

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

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

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

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

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