#A84644

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

Shades of Roof Terracotta #A84644

Tints of Roof Terracotta #A84644

Color information

#A84644 (or 0xA84644) is unknown color: approx Roof Terracotta. HEX triplet: A8, 46 and 44. RGB value is (168,70,68). Sum of RGB (Red+Green+Blue) = 168+70+68=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84644 is #57B9BB. Grayscale: #636363. Windows color (decimal): -5749180 or 4474536. OLE color: 4474536.

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

Color convert

RGB1687068-
CMYK00.580.600.34
HSL1.2º42.37%46.27%-
HSV(B)1.2º59.52%65.88%-
XYZ19.3813.126.98-
YUV99.07110.47177.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=54.90%
G=22.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168706800.580.600.341.242.3746.27
HexA8464403A3C2212a2e
Octal250106104072744215256
Binary101010001000110100010001110101111001000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84644; }

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

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

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

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

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

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

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

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