#A34C4A

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

Shades of Roof Terracotta #A34C4A

Tints of Roof Terracotta #A34C4A

Color information

#A34C4A (or 0xA34C4A) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4C and 4A. RGB value is (163,76,74). Sum of RGB (Red+Green+Blue) = 163+76+74=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C4A is #5CB3B5. Grayscale: #656565. Windows color (decimal): -6075318 or 4869283. OLE color: 4869283.

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

Color convert

RGB1637674-
CMYK00.530.550.36
HSL1.35º37.55%46.47%-
HSV(B)1.35º54.6%63.92%-
XYZ18.9213.458.08-
YUV101.78112.32171.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=52.08%
G=24.28%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163767400.530.550.361.3537.5546.47
HexA34C4A03537241262e
Octal243114112065674414656
Binary101000111001100100101001101011101111001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C4A; }

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

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

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

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

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

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

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

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