#A14A46

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

Shades of Roof Terracotta #A14A46

Tints of Roof Terracotta #A14A46

Color information

#A14A46 (or 0xA14A46) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4A and 46. RGB value is (161,74,70). Sum of RGB (Red+Green+Blue) = 161+74+70=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A46 is #5EB5B9. Grayscale: #636363. Windows color (decimal): -6206906 or 4606625. OLE color: 4606625.

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

Color convert

RGB1617470-
CMYK00.540.570.37
HSL2.64º39.39%45.29%-
HSV(B)2.64º56.52%63.14%-
XYZ18.2512.927.33-
YUV99.56111.32171.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=52.79%
G=24.26%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161747000.540.570.372.6439.3945.29
HexA14A4603639253272d
Octal241112106066714534755
Binary1010000110010101000110011011011100110010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A46; }

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

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

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

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

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

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

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

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