#A84B41

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

Shades of Roof Terracotta #A84B41

Tints of Roof Terracotta #A84B41

Color information

#A84B41 (or 0xA84B41) is unknown color: approx Roof Terracotta. HEX triplet: A8, 4B and 41. RGB value is (168,75,65). Sum of RGB (Red+Green+Blue) = 168+75+65=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B41 is #57B4BE. Grayscale: #656565. Windows color (decimal): -5747903 or 4279208. OLE color: 4279208.

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

Color convert

RGB1687565-
CMYK00.550.610.34
HSL5.83º44.21%45.69%-
HSV(B)5.83º61.31%65.88%-
XYZ19.6213.746.62-
YUV101.67107.31175.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=54.55%
G=24.35%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168756500.550.610.345.8344.2145.69
HexA84B410373D2262c2e
Octal250113101067754265456
Binary10101000100101110000010110111111101100010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B41; }

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

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

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

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

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

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

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

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