#A34B3F

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

Shades of Roof Terracotta #A34B3F

Tints of Roof Terracotta #A34B3F

Color information

#A34B3F (or 0xA34B3F) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4B and 3F. RGB value is (163,75,63). Sum of RGB (Red+Green+Blue) = 163+75+63=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B3F is #5CB4C0. Grayscale: #646464. Windows color (decimal): -6075585 or 4148131. OLE color: 4148131.

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

Color convert

RGB1637563-
CMYK00.540.610.36
HSL7.2º44.25%44.31%-
HSV(B)7.2º61.35%63.92%-
XYZ18.5213.186.27-
YUV99.94107.15172.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 63 (25% from 255) = 20.93%
R=54.15%
G=24.92%
B=20.93%

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
Decimal163756300.540.610.367.244.2544.31
HexA34B3F0363D2472c2c
Octal24311377066754475454
Binary1010001110010111111110110110111101100100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B3F; }

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

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

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

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

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

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

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

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