#A94943

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

Shades of Roof Terracotta #A94943

Tints of Roof Terracotta #A94943

Color information

#A94943 (or 0xA94943) is unknown color: approx Roof Terracotta. HEX triplet: A9, 49 and 43. RGB value is (169,73,67). Sum of RGB (Red+Green+Blue) = 169+73+67=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A94943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94943 is #56B6BC. Grayscale: #656565. Windows color (decimal): -5682877 or 4409769. OLE color: 4409769.

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

Color convert

RGB1697367-
CMYK00.570.600.34
HSL3.53º43.22%46.27%-
HSV(B)3.53º60.36%66.27%-
XYZ19.7613.616.89-
YUV101.02108.8176.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=54.69%
G=23.62%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169736700.570.600.343.5343.2246.27
HexA949430393C2242b2e
Octal251111103071744245356
Binary10101001100100110000110111001111100100010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94943; }

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

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

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

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

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

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

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

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