#A3443E

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

Shades of Roof Terracotta #A3443E

Tints of Roof Terracotta #A3443E

Color information

#A3443E (or 0xA3443E) is unknown color: approx Roof Terracotta. HEX triplet: A3, 44 and 3E. RGB value is (163,68,62). Sum of RGB (Red+Green+Blue) = 163+68+62=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3443E is #5CBBC1. Grayscale: #5F5F5F. Windows color (decimal): -6077378 or 4080803. OLE color: 4080803.

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

Color convert

RGB1636862-
CMYK00.580.620.36
HSL3.56º44.89%44.12%-
HSV(B)3.56º61.96%63.92%-
XYZ18.0412.275.97-
YUV95.72108.97175.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=55.63%
G=23.21%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163686200.580.620.363.5644.8944.12
HexA3443E03A3E2442d2c
Octal24310476072764445554
Binary1010001110001001111100111010111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3443E; }

 p { color: rgb(163,68,62); }

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

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

 a { background-color: rgb(163,68,62); }

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

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

 span { border-color: rgb(163,68,62); }

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