#A54C3F

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

Shades of Roof Terracotta #A54C3F

Tints of Roof Terracotta #A54C3F

Color information

#A54C3F (or 0xA54C3F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4C and 3F. RGB value is (165,76,63). Sum of RGB (Red+Green+Blue) = 165+76+63=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C3F is #5AB3C0. Grayscale: #656565. Windows color (decimal): -5944257 or 4148389. OLE color: 4148389.

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

Color convert

RGB1657663-
CMYK00.540.620.35
HSL7.65º44.74%44.71%-
HSV(B)7.65º61.82%64.71%-
XYZ1913.536.31-
YUV101.13106.49173.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 63 (25% from 255) = 20.72%
R=54.28%
G=25%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165766300.540.620.357.6544.7444.71
HexA54C3F0363E2382d2d
Octal245114770667643105555
Binary10100101100110011111101101101111101000111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C3F; }

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

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

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

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

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

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

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

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