#A34C4C

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

Shades of Roof Terracotta #A34C4C

Tints of Roof Terracotta #A34C4C

Color information

#A34C4C (or 0xA34C4C) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4C and 4C. RGB value is (163,76,76). Sum of RGB (Red+Green+Blue) = 163+76+76=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C4C is #5CB3B3. Grayscale: #666666. Windows color (decimal): -6075316 or 5000355. OLE color: 5000355.

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

Color convert

RGB1637676-
CMYK00.530.530.36
HSL36.4%46.86%-
HSV(B)53.37%63.92%-
XYZ18.9913.488.44-
YUV102.01113.32171.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=51.75%
G=24.13%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163767600.530.530.36036.446.86
HexA34C4C03535240242f
Octal243114114065654404457
Binary101000111001100100110001101011101011001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C4C; }

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

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

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

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

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

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

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

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