#A54A46

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

Shades of Roof Terracotta #A54A46

Tints of Roof Terracotta #A54A46

Color information

#A54A46 (or 0xA54A46) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4A and 46. RGB value is (165,74,70). Sum of RGB (Red+Green+Blue) = 165+74+70=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A46 is #5AB5B9. Grayscale: #646464. Windows color (decimal): -5944762 or 4606629. OLE color: 4606629.

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

Color convert

RGB1657470-
CMYK00.550.580.35
HSL2.53º40.43%46.08%-
HSV(B)2.53º57.58%64.71%-
XYZ19.0713.347.36-
YUV100.75110.65173.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=53.40%
G=23.95%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165747000.550.580.352.5340.4346.08
HexA54A460373A233282e
Octal245112106067724335056
Binary1010010110010101000110011011111101010001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A46; }

 p { color: rgb(165,74,70); }

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

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

 a { background-color: rgb(165,74,70); }

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

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

 span { border-color: rgb(165,74,70); }

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