#a34b49

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

Shades of Roof Terracotta #A34B49

Tints of Roof Terracotta #A34B49

Color information

#A34B49 (or 0xA34B49) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4B and 49. RGB value is (163,75,73). Sum of RGB (Red+Green+Blue) = 163+75+73=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B49 is #5CB4B6. Grayscale: #656565. Windows color (decimal): -6075575 or 4803491. OLE color: 4803491.

HSL color Cylindrical-coordinate representation of color #A34B49: hue angle of 1.33º 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 #A34B49 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1637573-
CMYK00.540.550.36
HSL1.33º38.14%46.27%-
HSV(B)1.33º55.21%63.92%-
XYZ18.8213.37.88-
YUV101.08112.15172.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=52.41%
G=24.12%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163757300.540.550.361.3338.1446.27
HexA34B4903637241262e
Octal243113111066674414656
Binary101000111001011100100101101101101111001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34b49; }

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

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

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

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

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

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

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

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