#A6453B

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

Shades of Roof Terracotta #A6453B

Tints of Roof Terracotta #A6453B

Color information

#A6453B (or 0xA6453B) is unknown color: approx Roof Terracotta. HEX triplet: A6, 45 and 3B. RGB value is (166,69,59). Sum of RGB (Red+Green+Blue) = 166+69+59=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6453B is #59BAC4. Grayscale: #606060. Windows color (decimal): -5880517 or 3884454. OLE color: 3884454.

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

Color convert

RGB1666959-
CMYK00.580.640.35
HSL5.61º47.56%44.12%-
HSV(B)5.61º64.46%65.1%-
XYZ18.6412.685.6-
YUV96.86106.64177.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=56.46%
G=23.47%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166695900.580.640.355.6147.5644.12
HexA6453B03A40236302c
Octal246105730721004366054
Binary10100110100010111101101110101000000100011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6453B; }

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

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

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

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

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

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

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

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