#A54C46

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

Shades of Roof Terracotta #A54C46

Tints of Roof Terracotta #A54C46

Color information

#A54C46 (or 0xA54C46) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4C and 46. RGB value is (165,76,70). Sum of RGB (Red+Green+Blue) = 165+76+70=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C46 is #5AB3B9. Grayscale: #666666. Windows color (decimal): -5944250 or 4607141. OLE color: 4607141.

HSL color Cylindrical-coordinate representation of color #A54C46: hue angle of 3.79º degrees, saturation: 0.4, 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 #A54C46 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1657670-
CMYK00.540.580.35
HSL3.79º40.43%46.08%-
HSV(B)3.79º57.58%64.71%-
XYZ19.2113.617.41-
YUV101.93109.99172.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=53.05%
G=24.44%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165767000.540.580.353.7940.4346.08
HexA54C460363A234282e
Octal245114106066724345056
Binary10100101100110010001100110110111010100011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C46; }

 p { color: rgb(165,76,70); }

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

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

 a { background-color: rgb(165,76,70); }

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

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

 span { border-color: rgb(165,76,70); }

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