#A94847

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

Shades of Roof Terracotta #A94847

Tints of Roof Terracotta #A94847

Color information

#A94847 (or 0xA94847) is unknown color: approx Roof Terracotta. HEX triplet: A9, 48 and 47. RGB value is (169,72,71). Sum of RGB (Red+Green+Blue) = 169+72+71=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A94847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94847 is #56B7B8. Grayscale: #646464. Windows color (decimal): -5683129 or 4671657. OLE color: 4671657.

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

Color convert

RGB1697271-
CMYK00.570.580.34
HSL0.61º40.83%47.06%-
HSV(B)0.61º57.99%66.27%-
XYZ19.8213.527.53-
YUV100.89111.14176.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=54.17%
G=23.08%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169727100.570.580.340.6140.8347.06
HexA948470393A221292f
Octal251110107071724215157
Binary101010011001000100011101110011110101000101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94847; }

 p { color: rgb(169,72,71); }

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

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

 a { background-color: rgb(169,72,71); }

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

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

 span { border-color: rgb(169,72,71); }

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