#A14E43

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

Shades of Roof Terracotta #A14E43

Tints of Roof Terracotta #A14E43

Color information

#A14E43 (or 0xA14E43) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4E and 43. RGB value is (161,78,67). Sum of RGB (Red+Green+Blue) = 161+78+67=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E43 is #5EB1BC. Grayscale: #656565. Windows color (decimal): -6205885 or 4411041. OLE color: 4411041.

HSL color Cylindrical-coordinate representation of color #A14E43: hue angle of 7.02º 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 #A14E43 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1617867-
CMYK00.520.580.37
HSL7.02º41.23%44.71%-
HSV(B)7.02º58.39%63.14%-
XYZ18.4413.436.93-
YUV101.56108.5170.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=52.61%
G=25.49%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161786700.520.580.377.0241.2344.71
HexA14E430343A257292d
Octal241116103064724575155
Binary10100001100111010000110110100111010100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E43; }

 p { color: rgb(161,78,67); }

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

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

 a { background-color: rgb(161,78,67); }

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

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

 span { border-color: rgb(161,78,67); }

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