#A84B3F

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

Shades of Roof Terracotta #A84B3F

Tints of Roof Terracotta #A84B3F

Color information

#A84B3F (or 0xA84B3F) is unknown color: approx Roof Terracotta. HEX triplet: A8, 4B and 3F. RGB value is (168,75,63). Sum of RGB (Red+Green+Blue) = 168+75+63=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B3F is #57B4C0. Grayscale: #656565. Windows color (decimal): -5747905 or 4148136. OLE color: 4148136.

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

Color convert

RGB1687563-
CMYK00.550.630.34
HSL6.86º45.45%45.29%-
HSV(B)6.86º62.5%65.88%-
XYZ19.5613.726.32-
YUV101.44106.31175.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 63 (25% from 255) = 20.59%
R=54.90%
G=24.51%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168756300.550.630.346.8645.4545.29
HexA84B3F0373F2272d2d
Octal25011377067774275555
Binary1010100010010111111110110111111111100010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B3F; }

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

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

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

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

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

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

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

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