#AD4747

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

Shades of Roof Terracotta #AD4747

Tints of Roof Terracotta #AD4747

Color information

#AD4747 (or 0xAD4747) is unknown color: approx Roof Terracotta. HEX triplet: AD, 47 and 47. RGB value is (173,71,71). Sum of RGB (Red+Green+Blue) = 173+71+71=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4747 is #52B8B8. Grayscale: #656565. Windows color (decimal): -5421241 or 4671405. OLE color: 4671405.

HSL color Cylindrical-coordinate representation of color #AD4747: hue angle of 0º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4747 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1737171-
CMYK00.590.590.32
HSL41.8%47.84%-
HSV(B)58.96%67.84%-
XYZ20.6213.857.55-
YUV101.5110.79179-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=54.92%
G=22.54%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173717100.590.590.32041.847.84
HexAD474703B3B2002a30
Octal255107107073734005260
Binary101011011000111100011101110111110111000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4747; }

 p { color: rgb(173,71,71); }

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

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

 a { background-color: rgb(173,71,71); }

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

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

 span { border-color: rgb(173,71,71); }

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