#A3463F

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

Shades of Roof Terracotta #A3463F

Tints of Roof Terracotta #A3463F

Color information

#A3463F (or 0xA3463F) is unknown color: approx Roof Terracotta. HEX triplet: A3, 46 and 3F. RGB value is (163,70,63). Sum of RGB (Red+Green+Blue) = 163+70+63=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463F is #5CB9C0. Grayscale: #616161. Windows color (decimal): -6076865 or 4146851. OLE color: 4146851.

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

Color convert

RGB1637063-
CMYK00.570.610.36
HSL4.2º44.25%44.31%-
HSV(B)4.2º61.35%63.92%-
XYZ18.1912.536.16-
YUV97.01108.81175.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 63 (25% from 255) = 21.28%
R=55.07%
G=23.65%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163706300.570.610.364.244.2544.31
HexA3463F0393D2442c2c
Octal24310677071754445454
Binary1010001110001101111110111001111101100100100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3463F; }

 p { color: rgb(163,70,63); }

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

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

 a { background-color: rgb(163,70,63); }

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

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

 span { border-color: rgb(163,70,63); }

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