#A94543

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

Shades of Roof Terracotta #A94543

Tints of Roof Terracotta #A94543

Color information

#A94543 (or 0xA94543) is unknown color: approx Roof Terracotta. HEX triplet: A9, 45 and 43. RGB value is (169,69,67). Sum of RGB (Red+Green+Blue) = 169+69+67=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A94543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94543 is #56BABC. Grayscale: #626262. Windows color (decimal): -5683901 or 4408745. OLE color: 4408745.

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

Color convert

RGB1696967-
CMYK00.590.600.34
HSL1.18º43.22%46.27%-
HSV(B)1.18º60.36%66.27%-
XYZ19.513.16.81-
YUV98.67110.13178.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.41%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=55.41%
G=22.62%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169696700.590.600.341.1843.2246.27
HexA9454303B3C2212b2e
Octal251105103073744215356
Binary101010011000101100001101110111111001000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94543; }

 p { color: rgb(169,69,67); }

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

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

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

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

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

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

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