#A94946

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

Shades of Roof Terracotta #A94946

Tints of Roof Terracotta #A94946

Color information

#A94946 (or 0xA94946) is unknown color: approx Roof Terracotta. HEX triplet: A9, 49 and 46. RGB value is (169,73,70). Sum of RGB (Red+Green+Blue) = 169+73+70=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A94946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94946 is #56B6B9. Grayscale: #656565. Windows color (decimal): -5682874 or 4606377. OLE color: 4606377.

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

Color convert

RGB1697370-
CMYK00.570.590.34
HSL1.82º41.42%46.86%-
HSV(B)1.82º58.58%66.27%-
XYZ19.8513.647.38-
YUV101.36110.3176.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=54.17%
G=23.40%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169737000.570.590.341.8241.4246.86
HexA949460393B222292f
Octal251111106071734225157
Binary1010100110010011000110011100111101110001010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94946; }

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

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

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

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

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

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

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

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