#A54840

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

Shades of Roof Terracotta #A54840

Tints of Roof Terracotta #A54840

Color information

#A54840 (or 0xA54840) is unknown color: approx Roof Terracotta. HEX triplet: A5, 48 and 40. RGB value is (165,72,64). Sum of RGB (Red+Green+Blue) = 165+72+64=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A54840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54840 is #5AB7BF. Grayscale: #636363. Windows color (decimal): -5945280 or 4212901. OLE color: 4212901.

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

Color convert

RGB1657264-
CMYK00.560.610.35
HSL4.75º44.1%44.9%-
HSV(B)4.75º61.21%64.71%-
XYZ18.76136.37-
YUV98.9108.31175.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=54.82%
G=23.92%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165726400.560.610.354.7544.144.9
HexA548400383D2352c2d
Octal245110100070754355455
Binary10100101100100010000000111000111101100011101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54840; }

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

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

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

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

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

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

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

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