#A94644

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

Shades of Roof Terracotta #A94644

Tints of Roof Terracotta #A94644

Color information

#A94644 (or 0xA94644) is unknown color: approx Roof Terracotta. HEX triplet: A9, 46 and 44. RGB value is (169,70,68). Sum of RGB (Red+Green+Blue) = 169+70+68=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94644 is #56B9BB. Grayscale: #636363. Windows color (decimal): -5683644 or 4474537. OLE color: 4474537.

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

Color convert

RGB1697068-
CMYK00.590.600.34
HSL1.19º42.62%46.47%-
HSV(B)1.19º59.76%66.27%-
XYZ19.613.236.99-
YUV99.37110.3177.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=55.05%
G=22.80%
B=22.15%

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
Decimal169706800.590.600.341.1942.6246.47
HexA9464403B3C2212b2e
Octal251106104073744215356
Binary101010011000110100010001110111111001000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94644; }

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

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

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

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

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

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

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

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