#A44B4B

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

Shades of Roof Terracotta #A44B4B

Tints of Roof Terracotta #A44B4B

Color information

#A44B4B (or 0xA44B4B) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4B and 4B. RGB value is (164,75,75). Sum of RGB (Red+Green+Blue) = 164+75+75=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B4B is #5BB4B4. Grayscale: #656565. Windows color (decimal): -6010037 or 4934564. OLE color: 4934564.

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

Color convert

RGB1647575-
CMYK00.540.540.36
HSL37.24%46.86%-
HSV(B)54.27%64.31%-
XYZ19.113.438.24-
YUV101.61112.99172.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=52.23%
G=23.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164757500.540.540.36037.2446.86
HexA44B4B03636240252f
Octal244113113066664404557
Binary101001001001011100101101101101101101001000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B4B; }

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

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

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

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

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

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

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

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