#A94643

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

Shades of Roof Terracotta #A94643

Tints of Roof Terracotta #A94643

Color information

#A94643 (or 0xA94643) is unknown color: approx Roof Terracotta. HEX triplet: A9, 46 and 43. RGB value is (169,70,67). Sum of RGB (Red+Green+Blue) = 169+70+67=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A94643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94643 is #56B9BC. Grayscale: #636363. Windows color (decimal): -5683645 or 4409001. OLE color: 4409001.

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

Color convert

RGB1697067-
CMYK00.590.600.34
HSL1.76º43.22%46.27%-
HSV(B)1.76º60.36%66.27%-
XYZ19.5713.226.83-
YUV99.26109.8177.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.23%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=55.23%
G=22.88%
B=21.90%

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
Decimal169706700.590.600.341.7643.2246.27
HexA9464303B3C2222b2e
Octal251106103073744225356
Binary1010100110001101000011011101111110010001010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94643; }

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

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

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

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

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

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

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

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