#A44744

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

Shades of Roof Terracotta #A44744

Tints of Roof Terracotta #A44744

Color information

#A44744 (or 0xA44744) is unknown color: approx Roof Terracotta. HEX triplet: A4, 47 and 44. RGB value is (164,71,68). Sum of RGB (Red+Green+Blue) = 164+71+68=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44744 is #5BB8BB. Grayscale: #626262. Windows color (decimal): -6011068 or 4474788. OLE color: 4474788.

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

Color convert

RGB1647168-
CMYK00.570.590.36
HSL1.88º41.38%45.49%-
HSV(B)1.88º58.54%64.31%-
XYZ18.6112.826.96-
YUV98.46110.81174.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=54.13%
G=23.43%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164716800.570.590.361.8841.3845.49
HexA447440393B242292d
Octal244107104071734425155
Binary1010010010001111000100011100111101110010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44744; }

 p { color: rgb(164,71,68); }

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

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

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

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

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

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

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