#A14B44

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

Shades of Roof Terracotta #A14B44

Tints of Roof Terracotta #A14B44

Color information

#A14B44 (or 0xA14B44) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4B and 44. RGB value is (161,75,68). Sum of RGB (Red+Green+Blue) = 161+75+68=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B44 is #5EB4BB. Grayscale: #646464. Windows color (decimal): -6206652 or 4475809. OLE color: 4475809.

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

Color convert

RGB1617568-
CMYK00.530.580.37
HSL4.52º40.61%44.9%-
HSV(B)4.52º57.76%63.14%-
XYZ18.2613.037.02-
YUV99.92109.99171.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=52.96%
G=24.67%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161756800.530.580.374.5240.6144.9
HexA14B440353A255292d
Octal241113104065724555155
Binary10100001100101110001000110101111010100101101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B44; }

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

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

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

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

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

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

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

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