#A84646

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

Shades of Roof Terracotta #A84646

Tints of Roof Terracotta #A84646

Color information

#A84646 (or 0xA84646) is unknown color: approx Roof Terracotta. HEX triplet: A8, 46 and 46. RGB value is (168,70,70). Sum of RGB (Red+Green+Blue) = 168+70+70=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84646 is #57B9B9. Grayscale: #636363. Windows color (decimal): -5749178 or 4605608. OLE color: 4605608.

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

Color convert

RGB1687070-
CMYK00.580.580.34
HSL41.18%46.67%-
HSV(B)58.33%65.88%-
XYZ19.4413.157.31-
YUV99.3111.47177-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=54.55%
G=22.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168707000.580.580.34041.1846.67
HexA8464603A3A220292f
Octal250106106072724205157
Binary101010001000110100011001110101110101000100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84646; }

 p { color: rgb(168,70,70); }

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

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

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

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

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

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

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