#A14545

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

Shades of Roof Terracotta #A14545

Tints of Roof Terracotta #A14545

Color information

#A14545 (or 0xA14545) is unknown color: approx Roof Terracotta. HEX triplet: A1, 45 and 45. RGB value is (161,69,69). Sum of RGB (Red+Green+Blue) = 161+69+69=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14545 is #5EBABA. Grayscale: #606060. Windows color (decimal): -6208187 or 4539809. OLE color: 4539809.

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

Color convert

RGB1616969-
CMYK00.570.570.37
HSL40%45.1%-
HSV(B)57.14%63.14%-
XYZ17.912.267.05-
YUV96.51112.48174-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=53.85%
G=23.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161696900.570.570.3704045.1
HexA1454503939250282d
Octal241105105071714505055
Binary101000011000101100010101110011110011001010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14545; }

 p { color: rgb(161,69,69); }

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

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

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

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

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

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

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