#A44B4A

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

Shades of Roof Terracotta #A44B4A

Tints of Roof Terracotta #A44B4A

Color information

#A44B4A (or 0xA44B4A) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4B and 4A. RGB value is (164,75,74). Sum of RGB (Red+Green+Blue) = 164+75+74=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B4A is #5BB4B5. Grayscale: #656565. Windows color (decimal): -6010038 or 4869028. OLE color: 4869028.

HSL color Cylindrical-coordinate representation of color #A44B4A: hue angle of 0.67º 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 #A44B4A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1647574-
CMYK00.540.550.36
HSL0.67º37.82%46.67%-
HSV(B)0.67º54.88%64.31%-
XYZ19.0613.428.06-
YUV101.5112.49172.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=52.40%
G=23.96%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164757400.540.550.360.6737.8246.67
HexA44B4A03637241262f
Octal244113112066674414657
Binary101001001001011100101001101101101111001001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B4A; }

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

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

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

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

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

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

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

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