#a34b46

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

Shades of Roof Terracotta #A34B46

Tints of Roof Terracotta #A34B46

Color information

#A34B46 (or 0xA34B46) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4B and 46. RGB value is (163,75,70). Sum of RGB (Red+Green+Blue) = 163+75+70=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B46 is #5CB4B9. Grayscale: #646464. Windows color (decimal): -6075578 or 4606883. OLE color: 4606883.

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

Color convert

RGB1637570-
CMYK00.540.570.36
HSL3.23º39.91%45.69%-
HSV(B)3.23º57.06%63.92%-
XYZ18.7313.267.37-
YUV100.74110.65172.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=52.92%
G=24.35%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163757000.540.570.363.2339.9145.69
HexA34B4603639243282e
Octal243113106066714435056
Binary1010001110010111000110011011011100110010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34b46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34b46; }

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

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

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

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

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

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

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

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