#A74545

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

Shades of Roof Terracotta #A74545

Tints of Roof Terracotta #A74545

Color information

#A74545 (or 0xA74545) is unknown color: approx Roof Terracotta. HEX triplet: A7, 45 and 45. RGB value is (167,69,69). Sum of RGB (Red+Green+Blue) = 167+69+69=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A74545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74545 is #58BABA. Grayscale: #626262. Windows color (decimal): -5814971 or 4539815. OLE color: 4539815.

HSL color Cylindrical-coordinate representation of color #A74545: hue angle of 0º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74545 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1676969-
CMYK00.590.590.35
HSL41.53%46.27%-
HSV(B)58.68%65.49%-
XYZ19.1412.97.11-
YUV98.3111.47177-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=54.75%
G=22.62%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167696900.590.590.35041.5346.27
HexA7454503B3B2302a2e
Octal247105105073734305256
Binary101001111000101100010101110111110111000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74545; }

 p { color: rgb(167,69,69); }

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

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

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

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

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

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

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