#A54C42

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

Shades of Roof Terracotta #A54C42

Tints of Roof Terracotta #A54C42

Color information

#A54C42 (or 0xA54C42) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4C and 42. RGB value is (165,76,66). Sum of RGB (Red+Green+Blue) = 165+76+66=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C42 is #5AB3BD. Grayscale: #656565. Windows color (decimal): -5944254 or 4344997. OLE color: 4344997.

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

Color convert

RGB1657666-
CMYK00.540.600.35
HSL6.06º42.86%45.29%-
HSV(B)6.06º60%64.71%-
XYZ19.0813.566.77-
YUV101.47107.99173.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=53.75%
G=24.76%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165766600.540.600.356.0642.8645.29
HexA54C420363C2362b2d
Octal245114102066744365355
Binary10100101100110010000100110110111100100011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C42; }

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

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

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

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

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

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

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

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