#A14743

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

Shades of Roof Terracotta #A14743

Tints of Roof Terracotta #A14743

Color information

#A14743 (or 0xA14743) is unknown color: approx Roof Terracotta. HEX triplet: A1, 47 and 43. RGB value is (161,71,67). Sum of RGB (Red+Green+Blue) = 161+71+67=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14743 is #5EB8BC. Grayscale: #616161. Windows color (decimal): -6207677 or 4409249. OLE color: 4409249.

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

Color convert

RGB1617167-
CMYK00.560.580.37
HSL2.55º41.23%44.71%-
HSV(B)2.55º58.39%63.14%-
XYZ17.9612.496.77-
YUV97.45110.82173.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=53.85%
G=23.75%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161716700.560.580.372.5541.2344.71
HexA147430383A253292d
Octal241107103070724535155
Binary1010000110001111000011011100011101010010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14743; }

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

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

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

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

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

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

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

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