#A54847

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

Shades of Roof Terracotta #A54847

Tints of Roof Terracotta #A54847

Color information

#A54847 (or 0xA54847) is unknown color: approx Roof Terracotta. HEX triplet: A5, 48 and 47. RGB value is (165,72,71). Sum of RGB (Red+Green+Blue) = 165+72+71=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A54847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54847 is #5AB7B8. Grayscale: #636363. Windows color (decimal): -5945273 or 4671653. OLE color: 4671653.

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

Color convert

RGB1657271-
CMYK00.560.570.35
HSL0.64º39.83%46.27%-
HSV(B)0.64º56.97%64.71%-
XYZ18.9713.097.49-
YUV99.69111.81174.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=53.57%
G=23.38%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165727100.560.570.350.6439.8346.27
HexA5484703839231282e
Octal245110107070714315056
Binary101001011001000100011101110001110011000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54847; }

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

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

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

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

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

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

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

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