#A34C46

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

Shades of Roof Terracotta #A34C46

Tints of Roof Terracotta #A34C46

Color information

#A34C46 (or 0xA34C46) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4C and 46. RGB value is (163,76,70). Sum of RGB (Red+Green+Blue) = 163+76+70=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C46 is #5CB3B9. Grayscale: #656565. Windows color (decimal): -6075322 or 4607139. OLE color: 4607139.

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

Color convert

RGB1637670-
CMYK00.530.570.36
HSL3.87º39.91%45.69%-
HSV(B)3.87º57.06%63.92%-
XYZ18.7913.47.39-
YUV101.33110.32171.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=52.75%
G=24.60%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163767000.530.570.363.8739.9145.69
HexA34C4603539244282e
Octal243114106065714445056
Binary10100011100110010001100110101111001100100100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C46; }

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

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

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

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

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

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

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

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