#A14B3F

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

Shades of Roof Terracotta #A14B3F

Tints of Roof Terracotta #A14B3F

Color information

#A14B3F (or 0xA14B3F) is unknown color: approx Roof Terracotta. HEX triplet: A1, 4B and 3F. RGB value is (161,75,63). Sum of RGB (Red+Green+Blue) = 161+75+63=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B3F is #5EB4C0. Grayscale: #636363. Windows color (decimal): -6206657 or 4148129. OLE color: 4148129.

HSL color Cylindrical-coordinate representation of color #A14B3F: hue angle of 7.35º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14B3F is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1617563-
CMYK00.530.610.37
HSL7.35º43.75%43.92%-
HSV(B)7.35º60.87%63.14%-
XYZ18.1112.976.25-
YUV99.35107.49171.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 63 (25% from 255) = 21.07%
R=53.85%
G=25.08%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161756300.530.610.377.3543.7543.92
HexA14B3F0353D2572c2c
Octal24111377065754575454
Binary1010000110010111111110110101111101100101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B3F; }

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

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

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

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

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

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

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

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