#A3453C

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

Shades of Roof Terracotta #A3453C

Tints of Roof Terracotta #A3453C

Color information

#A3453C (or 0xA3453C) is unknown color: approx Roof Terracotta. HEX triplet: A3, 45 and 3C. RGB value is (163,69,60). Sum of RGB (Red+Green+Blue) = 163+69+60=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453C is #5CBAC3. Grayscale: #606060. Windows color (decimal): -6077124 or 3949987. OLE color: 3949987.

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

Color convert

RGB1636960-
CMYK00.580.630.36
HSL5.24º46.19%43.73%-
HSV(B)5.24º63.19%63.92%-
XYZ18.0512.375.71-
YUV96.08107.64175.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=55.82%
G=23.63%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163696000.580.630.365.2446.1943.73
HexA3453C03A3F2452e2c
Octal24310574072774455654
Binary1010001110001011111000111010111111100100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3453C; }

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

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

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

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

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

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

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

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