#A84643

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

Shades of Roof Terracotta #A84643

Tints of Roof Terracotta #A84643

Color information

#A84643 (or 0xA84643) is unknown color: approx Roof Terracotta. HEX triplet: A8, 46 and 43. RGB value is (168,70,67). Sum of RGB (Red+Green+Blue) = 168+70+67=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84643 is #57B9BC. Grayscale: #636363. Windows color (decimal): -5749181 or 4409000. OLE color: 4409000.

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

Color convert

RGB1687067-
CMYK00.580.600.34
HSL1.78º42.98%46.08%-
HSV(B)1.78º60.12%65.88%-
XYZ19.3513.116.82-
YUV98.96109.97177.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=55.08%
G=22.95%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168706700.580.600.341.7842.9846.08
HexA8464303A3C2222b2e
Octal250106103072744225356
Binary1010100010001101000011011101011110010001010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84643; }

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

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

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

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

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

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

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

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