#a9413f

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

Shades of Roof Terracotta #A9413F

Tints of Roof Terracotta #A9413F

Color information

#A9413F (or 0xA9413F) is unknown color: approx Roof Terracotta. HEX triplet: A9, 41 and 3F. RGB value is (169,65,63). Sum of RGB (Red+Green+Blue) = 169+65+63=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9413F is #56BEC0. Grayscale: #5F5F5F. Windows color (decimal): -5684929 or 4145577. OLE color: 4145577.

HSL color Cylindrical-coordinate representation of color #A9413F: hue angle of 1.13º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9413F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1696563-
CMYK00.620.630.34
HSL1.13º45.69%45.49%-
HSV(B)1.13º62.72%66.27%-
XYZ19.1512.576.12-
YUV95.87109.46180.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 63 (25% from 255) = 21.21%
R=56.90%
G=21.89%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169656300.620.630.341.1345.6945.49
HexA9413F03E3F2212e2d
Octal25110177076774215655
Binary10101001100000111111101111101111111000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9413f; }

 p { color: rgb(169,65,63); }

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

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

 a { background-color: rgb(169,65,63); }

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

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

 span { border-color: rgb(169,65,63); }

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