#AF4542

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

Shades of Roof Terracotta #AF4542

Tints of Roof Terracotta #AF4542

Color information

#AF4542 (or 0xAF4542) is unknown color: approx Roof Terracotta. HEX triplet: AF, 45 and 42. RGB value is (175,69,66). Sum of RGB (Red+Green+Blue) = 175+69+66=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4542 is #50BABD. Grayscale: #646464. Windows color (decimal): -5290686 or 4343215. OLE color: 4343215.

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

Color convert

RGB1756966-
CMYK00.610.620.31
HSL1.65º45.23%47.25%-
HSV(B)1.65º62.29%68.63%-
XYZ20.7913.766.72-
YUV100.35108.62181.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=56.45%
G=22.26%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175696600.610.620.311.6545.2347.25
HexAF454203D3E1F22d2f
Octal257105102075763725557
Binary101011111000101100001001111011111101111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4542; }

 p { color: rgb(175,69,66); }

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

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

 a { background-color: rgb(175,69,66); }

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

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

 span { border-color: rgb(175,69,66); }

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