#a54740

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

Shades of Roof Terracotta #A54740

Tints of Roof Terracotta #A54740

Color information

#A54740 (or 0xA54740) is unknown color: approx Roof Terracotta. HEX triplet: A5, 47 and 40. RGB value is (165,71,64). Sum of RGB (Red+Green+Blue) = 165+71+64=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A54740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54740 is #5AB8BF. Grayscale: #626262. Windows color (decimal): -5945536 or 4212645. OLE color: 4212645.

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

Color convert

RGB1657164-
CMYK00.570.610.35
HSL4.16º44.1%44.9%-
HSV(B)4.16º61.21%64.71%-
XYZ18.712.886.35-
YUV98.31108.64175.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=55%
G=23.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165716400.570.610.354.1644.144.9
HexA547400393D2342c2d
Octal245107100071754345455
Binary10100101100011110000000111001111101100011100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54740; }

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

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

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

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

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

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

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

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