#A44B40

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

Shades of Roof Terracotta #A44B40

Tints of Roof Terracotta #A44B40

Color information

#A44B40 (or 0xA44B40) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4B and 40. RGB value is (164,75,64). Sum of RGB (Red+Green+Blue) = 164+75+64=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B40 is #5BB4BF. Grayscale: #646464. Windows color (decimal): -6010048 or 4213668. OLE color: 4213668.

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

Color convert

RGB1647564-
CMYK00.540.610.36
HSL6.6º43.86%44.71%-
HSV(B)6.6º60.98%64.31%-
XYZ18.7513.296.43-
YUV100.36107.49173.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=54.13%
G=24.75%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164756400.540.610.366.643.8644.71
HexA44B400363D2472c2d
Octal244113100066754475455
Binary10100100100101110000000110110111101100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B40; }

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

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

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

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

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

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

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

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