#A9403E

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

Shades of Roof Terracotta #A9403E

Tints of Roof Terracotta #A9403E

Color information

#A9403E (or 0xA9403E) is unknown color: approx Roof Terracotta. HEX triplet: A9, 40 and 3E. RGB value is (169,64,62). Sum of RGB (Red+Green+Blue) = 169+64+62=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9403E is #56BFC1. Grayscale: #5F5F5F. Windows color (decimal): -5685186 or 4079785. OLE color: 4079785.

HSL color Cylindrical-coordinate representation of color #A9403E: hue angle of 1.12º 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 #A9403E is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1696462-
CMYK00.620.630.34
HSL1.12º46.32%45.29%-
HSV(B)1.12º63.31%66.27%-
XYZ19.0712.455.96-
YUV95.17109.29180.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=57.29%
G=21.69%
B=21.02%

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
Decimal169646200.620.630.341.1246.3245.29
HexA9403E03E3F2212e2d
Octal25110076076774215655
Binary10101001100000011111001111101111111000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9403E; }

 p { color: rgb(169,64,62); }

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

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

 a { background-color: rgb(169,64,62); }

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

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

 span { border-color: rgb(169,64,62); }

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