#A74A49

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

Shades of Roof Terracotta #A74A49

Tints of Roof Terracotta #A74A49

Color information

#A74A49 (or 0xA74A49) is unknown color: approx Roof Terracotta. HEX triplet: A7, 4A and 49. RGB value is (167,74,73). Sum of RGB (Red+Green+Blue) = 167+74+73=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A49 is #58B5B6. Grayscale: #656565. Windows color (decimal): -5813687 or 4803239. OLE color: 4803239.

HSL color Cylindrical-coordinate representation of color #A74A49: hue angle of 0.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A49 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1677473-
CMYK00.560.560.35
HSL0.64º39.17%47.06%-
HSV(B)0.64º56.29%65.49%-
XYZ19.5913.597.89-
YUV101.69111.81174.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=53.18%
G=23.57%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167747300.560.560.350.6439.1747.06
HexA74A4903838231272f
Octal247112111070704314757
Binary101001111001010100100101110001110001000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A49; }

 p { color: rgb(167,74,73); }

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

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

 a { background-color: rgb(167,74,73); }

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

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

 span { border-color: rgb(167,74,73); }

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