#AD4845

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

Shades of Roof Terracotta #AD4845

Tints of Roof Terracotta #AD4845

Color information

#AD4845 (or 0xAD4845) is unknown color: approx Roof Terracotta. HEX triplet: AD, 48 and 45. RGB value is (173,72,69). Sum of RGB (Red+Green+Blue) = 173+72+69=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4845 is #52B7BA. Grayscale: #656565. Windows color (decimal): -5420987 or 4540589. OLE color: 4540589.

HSL color Cylindrical-coordinate representation of color #AD4845: hue angle of 1.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4845 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1737269-
CMYK00.580.600.32
HSL1.73º42.98%47.45%-
HSV(B)1.73º60.12%67.84%-
XYZ20.6313.957.24-
YUV101.86109.46178.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.10%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=55.10%
G=22.93%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173726900.580.600.321.7342.9847.45
HexAD484503A3C2022b2f
Octal255110105072744025357
Binary1010110110010001000101011101011110010000010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4845; }

 p { color: rgb(173,72,69); }

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

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

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

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

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

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

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