#A84843

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

Shades of Roof Terracotta #A84843

Tints of Roof Terracotta #A84843

Color information

#A84843 (or 0xA84843) is unknown color: approx Roof Terracotta. HEX triplet: A8, 48 and 43. RGB value is (168,72,67). Sum of RGB (Red+Green+Blue) = 168+72+67=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A84843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84843 is #57B7BC. Grayscale: #646464. Windows color (decimal): -5748669 or 4409512. OLE color: 4409512.

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

Color convert

RGB1687267-
CMYK00.570.600.34
HSL2.97º42.98%46.08%-
HSV(B)2.97º60.12%65.88%-
XYZ19.4813.366.86-
YUV100.13109.3176.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=54.72%
G=23.45%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168726700.570.600.342.9742.9846.08
HexA848430393C2232b2e
Octal250110103071744235356
Binary1010100010010001000011011100111110010001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84843; }

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

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

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

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

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

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

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

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