#A5463C

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

Shades of Roof Terracotta #A5463C

Tints of Roof Terracotta #A5463C

Color information

#A5463C (or 0xA5463C) is unknown color: approx Roof Terracotta. HEX triplet: A5, 46 and 3C. RGB value is (165,70,60). Sum of RGB (Red+Green+Blue) = 165+70+60=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5463C is #5AB9C3. Grayscale: #616161. Windows color (decimal): -5945796 or 3950245. OLE color: 3950245.

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

Color convert

RGB1657060-
CMYK00.580.640.35
HSL5.71º46.67%44.12%-
HSV(B)5.71º63.64%64.71%-
XYZ18.5212.715.75-
YUV97.26106.97176.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=55.93%
G=23.73%
B=20.34%

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
Decimal165706000.580.640.355.7146.6744.12
HexA5463C03A402362f2c
Octal245106740721004365754
Binary10100101100011011110001110101000000100011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5463C; }

 p { color: rgb(165,70,60); }

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

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

 a { background-color: rgb(165,70,60); }

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

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

 span { border-color: rgb(165,70,60); }

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