#A84A41

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

Shades of Roof Terracotta #A84A41

Tints of Roof Terracotta #A84A41

Color information

#A84A41 (or 0xA84A41) is unknown color: approx Roof Terracotta. HEX triplet: A8, 4A and 41. RGB value is (168,74,65). Sum of RGB (Red+Green+Blue) = 168+74+65=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A41 is #57B5BE. Grayscale: #656565. Windows color (decimal): -5748159 or 4278952. OLE color: 4278952.

HSL color Cylindrical-coordinate representation of color #A84A41: hue angle of 5.24º 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 #A84A41 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1687465-
CMYK00.560.610.34
HSL5.24º44.21%45.69%-
HSV(B)5.24º61.31%65.88%-
XYZ19.5513.66.6-
YUV101.08107.64175.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=54.72%
G=24.10%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168746500.560.610.345.2444.2145.69
HexA84A410383D2252c2e
Octal250112101070754255456
Binary10101000100101010000010111000111101100010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A41; }

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

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

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

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

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

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

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

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