#A54545

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

Shades of Roof Terracotta #A54545

Tints of Roof Terracotta #A54545

Color information

#A54545 (or 0xA54545) is unknown color: approx Roof Terracotta. HEX triplet: A5, 45 and 45. RGB value is (165,69,69). Sum of RGB (Red+Green+Blue) = 165+69+69=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A54545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54545 is #5ABABA. Grayscale: #616161. Windows color (decimal): -5946043 or 4539813. OLE color: 4539813.

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

Color convert

RGB1656969-
CMYK00.580.580.35
HSL41.03%45.88%-
HSV(B)58.18%64.71%-
XYZ18.7212.697.09-
YUV97.7111.8176-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=54.46%
G=22.77%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165696900.580.580.35041.0345.88
HexA5454503A3A230292e
Octal245105105072724305156
Binary101001011000101100010101110101110101000110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54545; }

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

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

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

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

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

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

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

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