#A54B47

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

Shades of Roof Terracotta #A54B47

Tints of Roof Terracotta #A54B47

Color information

#A54B47 (or 0xA54B47) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4B and 47. RGB value is (165,75,71). Sum of RGB (Red+Green+Blue) = 165+75+71=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B47 is #5AB4B8. Grayscale: #656565. Windows color (decimal): -5944505 or 4672421. OLE color: 4672421.

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

Color convert

RGB1657571-
CMYK00.550.570.35
HSL2.55º39.83%46.27%-
HSV(B)2.55º56.97%64.71%-
XYZ19.1713.497.55-
YUV101.45110.82173.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=53.05%
G=24.12%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165757100.550.570.352.5539.8346.27
HexA54B4703739233282e
Octal245113107067714335056
Binary1010010110010111000111011011111100110001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B47; }

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

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

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

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

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

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

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

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