#A54D3F

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

Shades of Roof Terracotta #A54D3F

Tints of Roof Terracotta #A54D3F

Color information

#A54D3F (or 0xA54D3F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4D and 3F. RGB value is (165,77,63). Sum of RGB (Red+Green+Blue) = 165+77+63=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D3F is #5AB2C0. Grayscale: #656565. Windows color (decimal): -5944001 or 4148645. OLE color: 4148645.

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

Color convert

RGB1657763-
CMYK00.530.620.35
HSL8.24º44.74%44.71%-
HSV(B)8.24º61.82%64.71%-
XYZ19.0713.676.34-
YUV101.72106.15173.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 63 (25% from 255) = 20.66%
R=54.10%
G=25.25%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165776300.530.620.358.2444.7444.71
HexA54D3F0353E2382d2d
Octal245115770657643105555
Binary10100101100110111111101101011111101000111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D3F; }

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

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

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

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

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

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

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

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