#A94542

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

Shades of Roof Terracotta #A94542

Tints of Roof Terracotta #A94542

Color information

#A94542 (or 0xA94542) is unknown color: approx Roof Terracotta. HEX triplet: A9, 45 and 42. RGB value is (169,69,66). Sum of RGB (Red+Green+Blue) = 169+69+66=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A94542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94542 is #56BABD. Grayscale: #626262. Windows color (decimal): -5683902 or 4343209. OLE color: 4343209.

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

Color convert

RGB1696966-
CMYK00.590.610.34
HSL1.75º43.83%46.08%-
HSV(B)1.75º60.95%66.27%-
XYZ19.4713.086.65-
YUV98.56109.63178.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=55.59%
G=22.70%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169696600.590.610.341.7543.8346.08
HexA9454203B3D2222c2e
Octal251105102073754225456
Binary1010100110001011000010011101111110110001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94542; }

 p { color: rgb(169,69,66); }

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

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

 a { background-color: rgb(169,69,66); }

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

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

 span { border-color: rgb(169,69,66); }

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