#A6453F

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

Shades of Roof Terracotta #A6453F

Tints of Roof Terracotta #A6453F

Color information

#A6453F (or 0xA6453F) is unknown color: approx Roof Terracotta. HEX triplet: A6, 45 and 3F. RGB value is (166,69,63). Sum of RGB (Red+Green+Blue) = 166+69+63=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6453F is #59BAC0. Grayscale: #616161. Windows color (decimal): -5880513 or 4146598. OLE color: 4146598.

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

Color convert

RGB1666963-
CMYK00.580.620.35
HSL3.5º44.98%44.9%-
HSV(B)3.5º62.05%65.1%-
XYZ18.7512.726.17-
YUV97.32108.64176.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 63 (25% from 255) = 21.14%
R=55.70%
G=23.15%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166696300.580.620.353.544.9844.9
HexA6453F03A3E2332d2d
Octal24610577072764335555
Binary101001101000101111111011101011111010001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6453F; }

 p { color: rgb(166,69,63); }

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

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

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

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

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

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

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