#A54C3D

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

Shades of Roof Terracotta #A54C3D

Tints of Roof Terracotta #A54C3D

Color information

#A54C3D (or 0xA54C3D) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4C and 3D. RGB value is (165,76,61). Sum of RGB (Red+Green+Blue) = 165+76+61=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C3D is #5AB3C2. Grayscale: #656565. Windows color (decimal): -5944259 or 4017317. OLE color: 4017317.

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

Color convert

RGB1657661-
CMYK00.540.630.35
HSL8.65º46.02%44.31%-
HSV(B)8.65º63.03%64.71%-
XYZ18.9413.516.02-
YUV100.9105.49173.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=54.64%
G=25.17%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165766100.540.630.358.6546.0244.31
HexA54C3D0363F2392e2c
Octal245114750667743115654
Binary10100101100110011110101101101111111000111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C3D; }

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

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

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

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

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

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

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

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