#A54C3C

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

Shades of Roof Terracotta #A54C3C

Tints of Roof Terracotta #A54C3C

Color information

#A54C3C (or 0xA54C3C) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4C and 3C. RGB value is (165,76,60). Sum of RGB (Red+Green+Blue) = 165+76+60=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C3C is #5AB3C3. Grayscale: #646464. Windows color (decimal): -5944260 or 3951781. OLE color: 3951781.

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

Color convert

RGB1657660-
CMYK00.540.640.35
HSL9.14º46.67%44.12%-
HSV(B)9.14º63.64%64.71%-
XYZ18.9213.495.88-
YUV100.79104.99173.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=54.82%
G=25.25%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165766000.540.640.359.1446.6744.12
HexA54C3C036402392f2c
Octal2451147406610043115754
Binary101001011001100111100011011010000001000111001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C3C; }

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

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

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

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

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

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

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

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