#ad4842

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

Shades of Roof Terracotta #AD4842

Tints of Roof Terracotta #AD4842

Color information

#AD4842 (or 0xAD4842) is unknown color: approx Roof Terracotta. HEX triplet: AD, 48 and 42. RGB value is (173,72,66). Sum of RGB (Red+Green+Blue) = 173+72+66=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4842 is #52B7BD. Grayscale: #656565. Windows color (decimal): -5420990 or 4343981. OLE color: 4343981.

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

Color convert

RGB1737266-
CMYK00.580.620.32
HSL3.36º44.77%46.86%-
HSV(B)3.36º61.85%67.84%-
XYZ20.5313.916.76-
YUV101.51107.96178.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=55.63%
G=23.15%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173726600.580.620.323.3644.7746.86
HexAD484203A3E2032d2f
Octal255110102072764035557
Binary1010110110010001000010011101011111010000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4842; }

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

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

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

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

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

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

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

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