#A3453E

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

Shades of Roof Terracotta #A3453E

Tints of Roof Terracotta #A3453E

Color information

#A3453E (or 0xA3453E) is unknown color: approx Roof Terracotta. HEX triplet: A3, 45 and 3E. RGB value is (163,69,62). Sum of RGB (Red+Green+Blue) = 163+69+62=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453E is #5CBAC1. Grayscale: #606060. Windows color (decimal): -6077122 or 4081059. OLE color: 4081059.

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

Color convert

RGB1636962-
CMYK00.580.620.36
HSL4.16º44.89%44.12%-
HSV(B)4.16º61.96%63.92%-
XYZ18.112.395.99-
YUV96.31108.64175.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=55.44%
G=23.47%
B=21.09%

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
Decimal163696200.580.620.364.1644.8944.12
HexA3453E03A3E2442d2c
Octal24310576072764445554
Binary1010001110001011111100111010111110100100100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3453E; }

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

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

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

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

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

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

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

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