#A84545

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

Shades of Roof Terracotta #A84545

Tints of Roof Terracotta #A84545

Color information

#A84545 (or 0xA84545) is unknown color: approx Roof Terracotta. HEX triplet: A8, 45 and 45. RGB value is (168,69,69). Sum of RGB (Red+Green+Blue) = 168+69+69=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84545 is #57BABA. Grayscale: #626262. Windows color (decimal): -5749435 or 4539816. OLE color: 4539816.

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

Color convert

RGB1686969-
CMYK00.590.590.34
HSL41.77%46.47%-
HSV(B)58.93%65.88%-
XYZ19.3513.017.12-
YUV98.6111.3177.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=54.90%
G=22.55%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168696900.590.590.34041.7746.47
HexA8454503B3B2202a2e
Octal250105105073734205256
Binary101010001000101100010101110111110111000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84545; }

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

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

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

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

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

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

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

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