#A54949

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

Shades of Roof Terracotta #A54949

Tints of Roof Terracotta #A54949

Color information

#A54949 (or 0xA54949) is unknown color: approx Roof Terracotta. HEX triplet: A5, 49 and 49. RGB value is (165,73,73). Sum of RGB (Red+Green+Blue) = 165+73+73=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A54949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54949 is #5AB6B6. Grayscale: #646464. Windows color (decimal): -5945015 or 4802981. OLE color: 4802981.

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

Color convert

RGB1657373-
CMYK00.560.560.35
HSL38.66%46.67%-
HSV(B)55.76%64.71%-
XYZ19.113.257.85-
YUV100.51112.48174-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=53.05%
G=23.47%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165737300.560.560.35038.6646.67
HexA5494903838230272f
Octal245111111070704304757
Binary101001011001001100100101110001110001000110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54949; }

 p { color: rgb(165,73,73); }

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

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

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

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

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

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

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