#A84341

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

Shades of Roof Terracotta #A84341

Tints of Roof Terracotta #A84341

Color information

#A84341 (or 0xA84341) is unknown color: approx Roof Terracotta. HEX triplet: A8, 43 and 41. RGB value is (168,67,65). Sum of RGB (Red+Green+Blue) = 168+67+65=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A84341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84341 is #57BCBE. Grayscale: #616161. Windows color (decimal): -5749951 or 4277160. OLE color: 4277160.

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

Color convert

RGB1686765-
CMYK00.600.610.34
HSL1.17º44.21%45.69%-
HSV(B)1.17º61.31%65.88%-
XYZ19.1112.726.45-
YUV96.97109.96178.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=56%
G=22.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168676500.600.610.341.1744.2145.69
HexA8434103C3D2212c2e
Octal250103101074754215456
Binary101010001000011100000101111001111011000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84341; }

 p { color: rgb(168,67,65); }

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

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

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

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

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

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

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