#A84A3F

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

Shades of Roof Terracotta #A84A3F

Tints of Roof Terracotta #A84A3F

Color information

#A84A3F (or 0xA84A3F) is unknown color: approx Roof Terracotta. HEX triplet: A8, 4A and 3F. RGB value is (168,74,63). Sum of RGB (Red+Green+Blue) = 168+74+63=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A3F is #57B5C0. Grayscale: #646464. Windows color (decimal): -5748161 or 4147880. OLE color: 4147880.

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

Color convert

RGB1687463-
CMYK00.560.630.34
HSL6.29º45.45%45.29%-
HSV(B)6.29º62.5%65.88%-
XYZ19.4913.586.3-
YUV100.85106.64175.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 63 (25% from 255) = 20.66%
R=55.08%
G=24.26%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168746300.560.630.346.2945.4545.29
HexA84A3F0383F2262d2d
Octal25011277070774265555
Binary1010100010010101111110111000111111100010110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A3F; }

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

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

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

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

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

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

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

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