#A54441

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

Shades of Roof Terracotta #A54441

Tints of Roof Terracotta #A54441

Color information

#A54441 (or 0xA54441) is unknown color: approx Roof Terracotta. HEX triplet: A5, 44 and 41. RGB value is (165,68,65). Sum of RGB (Red+Green+Blue) = 165+68+65=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A54441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54441 is #5ABBBE. Grayscale: #606060. Windows color (decimal): -5946303 or 4277413. OLE color: 4277413.

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

Color convert

RGB1656865-
CMYK00.590.610.35
HSL1.8º43.48%45.1%-
HSV(B)1.8º60.61%64.71%-
XYZ18.5412.526.44-
YUV96.66110.14176.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=55.37%
G=22.82%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165686500.590.610.351.843.4845.1
HexA5444103B3D2322b2d
Octal245104101073754325355
Binary1010010110001001000001011101111110110001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54441; }

 p { color: rgb(165,68,65); }

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

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

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

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

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

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

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