#A54948

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

Shades of Roof Terracotta #A54948

Tints of Roof Terracotta #A54948

Color information

#A54948 (or 0xA54948) is unknown color: approx Roof Terracotta. HEX triplet: A5, 49 and 48. RGB value is (165,73,72). Sum of RGB (Red+Green+Blue) = 165+73+72=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A54948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54948 is #5AB6B7. Grayscale: #646464. Windows color (decimal): -5945016 or 4737445. OLE color: 4737445.

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

Color convert

RGB1657372-
CMYK00.560.560.35
HSL0.65º39.24%46.47%-
HSV(B)0.65º56.36%64.71%-
XYZ19.0713.237.68-
YUV100.39111.98174.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=53.23%
G=23.55%
B=23.23%

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
Decimal165737200.560.560.350.6539.2446.47
HexA5494803838231272e
Octal245111110070704314756
Binary101001011001001100100001110001110001000111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54948; }

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

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

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

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

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

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

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

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