#A54644

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

Shades of Roof Terracotta #A54644

Tints of Roof Terracotta #A54644

Color information

#A54644 (or 0xA54644) is unknown color: approx Roof Terracotta. HEX triplet: A5, 46 and 44. RGB value is (165,70,68). Sum of RGB (Red+Green+Blue) = 165+70+68=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A54644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54644 is #5AB9BB. Grayscale: #626262. Windows color (decimal): -5945788 or 4474533. OLE color: 4474533.

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

Color convert

RGB1657068-
CMYK00.580.590.35
HSL1.24º41.63%45.69%-
HSV(B)1.24º58.79%64.71%-
XYZ18.7512.86.95-
YUV98.18110.97175.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=54.46%
G=23.10%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165706800.580.590.351.2441.6345.69
HexA5464403A3B2312a2e
Octal245106104072734315256
Binary101001011000110100010001110101110111000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54644; }

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

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

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

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

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

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

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

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