#A34343

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

Shades of Roof Terracotta #A34343

Tints of Roof Terracotta #A34343

Color information

#A34343 (or 0xA34343) is unknown color: approx Roof Terracotta. HEX triplet: A3, 43 and 43. RGB value is (163,67,67). Sum of RGB (Red+Green+Blue) = 163+67+67=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A34343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34343 is #5CBCBC. Grayscale: #5F5F5F. Windows color (decimal): -6077629 or 4408227. OLE color: 4408227.

HSL color Cylindrical-coordinate representation of color #A34343: hue angle of 0º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34343 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1636767-
CMYK00.590.590.36
HSL41.74%45.1%-
HSV(B)58.9%63.92%-
XYZ18.1212.216.71-
YUV95.7111.8176-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=54.88%
G=22.56%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163676700.590.590.36041.7445.1
HexA3434303B3B2402a2d
Octal243103103073734405255
Binary101000111000011100001101110111110111001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34343; }

 p { color: rgb(163,67,67); }

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

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

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

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

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

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

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