#A94A40

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

Shades of Roof Terracotta #A94A40

Tints of Roof Terracotta #A94A40

Color information

#A94A40 (or 0xA94A40) is unknown color: approx Roof Terracotta. HEX triplet: A9, 4A and 40. RGB value is (169,74,64). Sum of RGB (Red+Green+Blue) = 169+74+64=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A40 is #56B5BF. Grayscale: #656565. Windows color (decimal): -5682624 or 4213417. OLE color: 4213417.

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

Color convert

RGB1697464-
CMYK00.560.620.34
HSL5.71º45.06%45.69%-
HSV(B)5.71º62.13%66.27%-
XYZ19.7413.76.46-
YUV101.26106.97176.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=55.05%
G=24.10%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169746400.560.620.345.7145.0645.69
HexA94A400383E2262d2e
Octal251112100070764265556
Binary10101001100101010000000111000111110100010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A40; }

 p { color: rgb(169,74,64); }

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

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

 a { background-color: rgb(169,74,64); }

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

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

 span { border-color: rgb(169,74,64); }

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