#A54745

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

Shades of Roof Terracotta #A54745

Tints of Roof Terracotta #A54745

Color information

#A54745 (or 0xA54745) is unknown color: approx Roof Terracotta. HEX triplet: A5, 47 and 45. RGB value is (165,71,69). Sum of RGB (Red+Green+Blue) = 165+71+69=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A54745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54745 is #5AB8BA. Grayscale: #626262. Windows color (decimal): -5945531 or 4540325. OLE color: 4540325.

HSL color Cylindrical-coordinate representation of color #A54745: hue angle of 1.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54745 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1657169-
CMYK00.570.580.35
HSL1.25º41.03%45.88%-
HSV(B)1.25º58.18%64.71%-
XYZ18.8412.947.13-
YUV98.88111.14175.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=54.10%
G=23.28%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165716900.570.580.351.2541.0345.88
HexA547450393A231292e
Octal245107105071724315156
Binary101001011000111100010101110011110101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54745; }

 p { color: rgb(165,71,69); }

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

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

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

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

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

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

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