#AD4541

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

Shades of Roof Terracotta #AD4541

Tints of Roof Terracotta #AD4541

Color information

#AD4541 (or 0xAD4541) is unknown color: approx Roof Terracotta. HEX triplet: AD, 45 and 41. RGB value is (173,69,65). Sum of RGB (Red+Green+Blue) = 173+69+65=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4541 is #52BABE. Grayscale: #636363. Windows color (decimal): -5421759 or 4277677. OLE color: 4277677.

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

Color convert

RGB1736965-
CMYK00.600.620.32
HSL2.22º45.38%46.67%-
HSV(B)2.22º62.43%67.84%-
XYZ20.3213.526.54-
YUV99.64108.46180.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=56.35%
G=22.48%
B=21.17%

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
Decimal173696500.600.620.322.2245.3846.67
HexAD454103C3E2022d2f
Octal255105101074764025557
Binary1010110110001011000001011110011111010000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4541; }

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

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

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

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

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

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

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

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