#A44A4A

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

Shades of Roof Terracotta #A44A4A

Tints of Roof Terracotta #A44A4A

Color information

#A44A4A (or 0xA44A4A) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4A and 4A. RGB value is (164,74,74). Sum of RGB (Red+Green+Blue) = 164+74+74=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A4A is #5BB5B5. Grayscale: #646464. Windows color (decimal): -6010294 or 4868772. OLE color: 4868772.

HSL color Cylindrical-coordinate representation of color #A44A4A: hue angle of 0º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A4A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1647474-
CMYK00.550.550.36
HSL37.82%46.67%-
HSV(B)54.88%64.31%-
XYZ18.9913.288.04-
YUV100.91112.82173-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=52.56%
G=23.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164747400.550.550.36037.8246.67
HexA44A4A03737240262f
Octal244112112067674404657
Binary101001001001010100101001101111101111001000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A4A; }

 p { color: rgb(164,74,74); }

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

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

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

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

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

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

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