#A34942

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

Shades of Roof Terracotta #A34942

Tints of Roof Terracotta #A34942

Color information

#A34942 (or 0xA34942) is unknown color: approx Roof Terracotta. HEX triplet: A3, 49 and 42. RGB value is (163,73,66). Sum of RGB (Red+Green+Blue) = 163+73+66=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34942 is #5CB6BD. Grayscale: #636363. Windows color (decimal): -6076094 or 4344227. OLE color: 4344227.

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

Color convert

RGB1637366-
CMYK00.550.600.36
HSL4.33º42.36%44.9%-
HSV(B)4.33º59.51%63.92%-
XYZ18.4712.946.68-
YUV99.11109.32173.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=53.97%
G=24.17%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163736600.550.600.364.3342.3644.9
HexA349420373C2442a2d
Octal243111102067744445255
Binary10100011100100110000100110111111100100100100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34942; }

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

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

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

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

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

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

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

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