#A44A40

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

Shades of Roof Terracotta #A44A40

Tints of Roof Terracotta #A44A40

Color information

#A44A40 (or 0xA44A40) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4A and 40. RGB value is (164,74,64). Sum of RGB (Red+Green+Blue) = 164+74+64=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A40 is #5BB5BF. Grayscale: #636363. Windows color (decimal): -6010304 or 4213412. OLE color: 4213412.

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

Color convert

RGB1647464-
CMYK00.550.610.36
HSL43.86%44.71%-
HSV(B)60.98%64.31%-
XYZ18.6813.166.41-
YUV99.77107.82173.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.30%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=54.30%
G=24.50%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164746400.550.610.36643.8644.71
HexA44A400373D2462c2d
Octal244112100067754465455
Binary10100100100101010000000110111111101100100110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A40; }

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

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

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

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

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

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

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

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