#A44C4B

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

Shades of Roof Terracotta #A44C4B

Tints of Roof Terracotta #A44C4B

Color information

#A44C4B (or 0xA44C4B) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4C and 4B. RGB value is (164,76,75). Sum of RGB (Red+Green+Blue) = 164+76+75=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C4B is #5BB3B4. Grayscale: #666666. Windows color (decimal): -6009781 or 4934820. OLE color: 4934820.

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

Color convert

RGB1647675-
CMYK00.540.540.36
HSL0.67º37.24%46.86%-
HSV(B)0.67º54.27%64.31%-
XYZ19.1613.578.27-
YUV102.2112.65172.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=52.06%
G=24.13%
B=23.81%

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
Decimal164767500.540.540.360.6737.2446.86
HexA44C4B03636241252f
Octal244114113066664414557
Binary101001001001100100101101101101101101001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C4B; }

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

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

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

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

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

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

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

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