#A34545

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

Shades of Roof Terracotta #A34545

Tints of Roof Terracotta #A34545

Color information

#A34545 (or 0xA34545) is unknown color: approx Roof Terracotta. HEX triplet: A3, 45 and 45. RGB value is (163,69,69). Sum of RGB (Red+Green+Blue) = 163+69+69=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34545 is #5CBABA. Grayscale: #616161. Windows color (decimal): -6077115 or 4539811. OLE color: 4539811.

HSL color Cylindrical-coordinate representation of color #A34545: hue angle of 0º 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 #A34545 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1636969-
CMYK00.580.580.36
HSL40.52%45.49%-
HSV(B)57.67%63.92%-
XYZ18.3112.477.07-
YUV97.11112.14175-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=54.15%
G=22.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163696900.580.580.36040.5245.49
HexA3454503A3A240292d
Octal243105105072724405155
Binary101000111000101100010101110101110101001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34545; }

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

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

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

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

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

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

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

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