#A34B45

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

Shades of Roof Terracotta #A34B45

Tints of Roof Terracotta #A34B45

Color information

#A34B45 (or 0xA34B45) is unknown color: approx Roof Terracotta. HEX triplet: A3, 4B and 45. RGB value is (163,75,69). Sum of RGB (Red+Green+Blue) = 163+75+69=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B45 is #5CB4BA. Grayscale: #646464. Windows color (decimal): -6075579 or 4541347. OLE color: 4541347.

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

Color convert

RGB1637569-
CMYK00.540.580.36
HSL3.83º40.52%45.49%-
HSV(B)3.83º57.67%63.92%-
XYZ18.6913.257.2-
YUV100.63110.15172.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=53.09%
G=24.43%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163756900.540.580.363.8340.5245.49
HexA34B450363A244292d
Octal243113105066724445155
Binary10100011100101110001010110110111010100100100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B45; }

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

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

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

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

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

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

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

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