#ad4641

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

Shades of Roof Terracotta #AD4641

Tints of Roof Terracotta #AD4641

Color information

#AD4641 (or 0xAD4641) is unknown color: approx Roof Terracotta. HEX triplet: AD, 46 and 41. RGB value is (173,70,65). Sum of RGB (Red+Green+Blue) = 173+70+65=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4641 is #52B9BE. Grayscale: #646464. Windows color (decimal): -5421503 or 4277933. OLE color: 4277933.

HSL color Cylindrical-coordinate representation of color #AD4641: hue angle of 2.78º 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 #AD4641 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1737065-
CMYK00.600.620.32
HSL2.78º45.38%46.67%-
HSV(B)2.78º62.43%67.84%-
XYZ20.3813.656.56-
YUV100.23108.12179.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=56.17%
G=22.73%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173706500.600.620.322.7845.3846.67
HexAD464103C3E2032d2f
Octal255106101074764035557
Binary1010110110001101000001011110011111010000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4641; }

 p { color: rgb(173,70,65); }

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

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

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

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

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

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

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