#A54A40

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

Shades of Roof Terracotta #A54A40

Tints of Roof Terracotta #A54A40

Color information

#A54A40 (or 0xA54A40) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4A and 40. RGB value is (165,74,64). Sum of RGB (Red+Green+Blue) = 165+74+64=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A40 is #5AB5BF. Grayscale: #646464. Windows color (decimal): -5944768 or 4213413. OLE color: 4213413.

HSL color Cylindrical-coordinate representation of color #A54A40: hue angle of 5.94º degrees, saturation: 0.44, 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 #A54A40 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1657464-
CMYK00.550.610.35
HSL5.94º44.1%44.9%-
HSV(B)5.94º61.21%64.71%-
XYZ18.8913.276.42-
YUV100.07107.65174.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=54.46%
G=24.42%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165746400.550.610.355.9444.144.9
HexA54A400373D2362c2d
Octal245112100067754365455
Binary10100101100101010000000110111111101100011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A40; }

 p { color: rgb(165,74,64); }

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

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

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

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

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

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

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