#A34B40

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

Shades of Roof Terracotta #A34B40

Tints of Roof Terracotta #A34B40

Color information

#A34B40 (or 0xA34B40) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4B and 40. RGB value is (163,75,64). Sum of RGB (Red+Green+Blue) = 163+75+64=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B40 is #5CB4BF. Grayscale: #646464. Windows color (decimal): -6075584 or 4213667. OLE color: 4213667.

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

Color convert

RGB1637564-
CMYK00.540.610.36
HSL6.67º43.61%44.51%-
HSV(B)6.67º60.74%63.92%-
XYZ18.5513.196.42-
YUV100.06107.65172.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=53.97%
G=24.83%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163756400.540.610.366.6743.6144.51
HexA34B400363D2472c2d
Octal243113100066754475455
Binary10100011100101110000000110110111101100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B40; }

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

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

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

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

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

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

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

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