#A74846

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

Shades of Roof Terracotta #A74846

Tints of Roof Terracotta #A74846

Color information

#A74846 (or 0xA74846) is unknown color: approx Roof Terracotta. HEX triplet: A7, 48 and 46. RGB value is (167,72,70). Sum of RGB (Red+Green+Blue) = 167+72+70=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A74846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74846 is #58B7B9. Grayscale: #646464. Windows color (decimal): -5814202 or 4606119. OLE color: 4606119.

HSL color Cylindrical-coordinate representation of color #A74846: hue angle of 1.24º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74846 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1677270-
CMYK00.570.580.35
HSL1.24º40.93%46.47%-
HSV(B)1.24º58.08%65.49%-
XYZ19.3613.297.34-
YUV100.18110.97175.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=54.05%
G=23.30%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167727000.570.580.351.2440.9346.47
HexA748460393A231292e
Octal247110106071724315156
Binary101001111001000100011001110011110101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74846; }

 p { color: rgb(167,72,70); }

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

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

 a { background-color: rgb(167,72,70); }

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

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

 span { border-color: rgb(167,72,70); }

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