#A44C41

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

Shades of Roof Terracotta #A44C41

Tints of Roof Terracotta #A44C41

Color information

#A44C41 (or 0xA44C41) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4C and 41. RGB value is (164,76,65). Sum of RGB (Red+Green+Blue) = 164+76+65=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C41 is #5BB3BE. Grayscale: #656565. Windows color (decimal): -6009791 or 4279460. OLE color: 4279460.

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

Color convert

RGB1647665-
CMYK00.540.600.36
HSL6.67º43.23%44.9%-
HSV(B)6.67º60.37%64.31%-
XYZ18.8513.446.6-
YUV101.06107.65172.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.77%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=53.77%
G=24.92%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164766500.540.600.366.6743.2344.9
HexA44C410363C2472b2d
Octal244114101066744475355
Binary10100100100110010000010110110111100100100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C41; }

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

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

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

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

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

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

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

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