#A14C4A

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

Shades of Roof Terracotta #A14C4A

Tints of Roof Terracotta #A14C4A

Color information

#A14C4A (or 0xA14C4A) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4C and 4A. RGB value is (161,76,74). Sum of RGB (Red+Green+Blue) = 161+76+74=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C4A is #5EB3B5. Grayscale: #656565. Windows color (decimal): -6206390 or 4869281. OLE color: 4869281.

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

Color convert

RGB1617674-
CMYK00.530.540.37
HSL1.38º37.02%46.08%-
HSV(B)1.38º54.04%63.14%-
XYZ18.5213.248.06-
YUV101.19112.66170.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=51.77%
G=24.44%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161767400.530.540.371.3837.0246.08
HexA14C4A03536251252e
Octal241114112065664514556
Binary101000011001100100101001101011101101001011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C4A; }

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

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

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

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

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

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

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

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