#A34C4B

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

Shades of Roof Terracotta #A34C4B

Tints of Roof Terracotta #A34C4B

Color information

#A34C4B (or 0xA34C4B) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4C and 4B. RGB value is (163,76,75). Sum of RGB (Red+Green+Blue) = 163+76+75=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C4B is #5CB3B4. Grayscale: #656565. Windows color (decimal): -6075317 or 4934819. OLE color: 4934819.

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

Color convert

RGB1637675-
CMYK00.530.540.36
HSL0.68º36.97%46.67%-
HSV(B)0.68º53.99%63.92%-
XYZ18.9613.468.26-
YUV101.9112.82171.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=51.91%
G=24.20%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163767500.530.540.360.6836.9746.67
HexA34C4B03536241252f
Octal243114113065664414557
Binary101000111001100100101101101011101101001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C4B; }

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

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

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

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

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

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

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

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