#A14B46

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

Shades of Roof Terracotta #A14B46

Tints of Roof Terracotta #A14B46

Color information

#A14B46 (or 0xA14B46) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4B and 46. RGB value is (161,75,70). Sum of RGB (Red+Green+Blue) = 161+75+70=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B46 is #5EB4B9. Grayscale: #646464. Windows color (decimal): -6206650 or 4606881. OLE color: 4606881.

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

Color convert

RGB1617570-
CMYK00.530.570.37
HSL3.3º39.39%45.29%-
HSV(B)3.3º56.52%63.14%-
XYZ18.3213.057.35-
YUV100.14110.99171.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=52.61%
G=24.51%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161757000.530.570.373.339.3945.29
HexA14B4603539253272d
Octal241113106065714534755
Binary1010000110010111000110011010111100110010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B46; }

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

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

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

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

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

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

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

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