#A14C44

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

Shades of Roof Terracotta #A14C44

Tints of Roof Terracotta #A14C44

Color information

#A14C44 (or 0xA14C44) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4C and 44. RGB value is (161,76,68). Sum of RGB (Red+Green+Blue) = 161+76+68=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C44 is #5EB3BB. Grayscale: #646464. Windows color (decimal): -6206396 or 4476065. OLE color: 4476065.

HSL color Cylindrical-coordinate representation of color #A14C44: hue angle of 5.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14C44 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1617668-
CMYK00.530.580.37
HSL5.16º40.61%44.9%-
HSV(B)5.16º57.76%63.14%-
XYZ18.3313.167.04-
YUV100.5109.66171.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=52.79%
G=24.92%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161766800.530.580.375.1640.6144.9
HexA14C440353A255292d
Octal241114104065724555155
Binary10100001100110010001000110101111010100101101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C44; }

 p { color: rgb(161,76,68); }

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

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

 a { background-color: rgb(161,76,68); }

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

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

 span { border-color: rgb(161,76,68); }

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