#A54D40

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

Shades of Roof Terracotta #A54D40

Tints of Roof Terracotta #A54D40

Color information

#A54D40 (or 0xA54D40) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4D and 40. RGB value is (165,77,64). Sum of RGB (Red+Green+Blue) = 165+77+64=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D40 is #5AB2BF. Grayscale: #656565. Windows color (decimal): -5944000 or 4214181. OLE color: 4214181.

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

Color convert

RGB1657764-
CMYK00.530.610.35
HSL7.72º44.1%44.9%-
HSV(B)7.72º61.21%64.71%-
XYZ19.113.686.48-
YUV101.83106.65173.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=53.92%
G=25.16%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165776400.530.610.357.7244.144.9
HexA54D400353D2382c2d
Octal2451151000657543105455
Binary101001011001101100000001101011111011000111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D40; }

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

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

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

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

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

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

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

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