#A04844

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

Shades of Roof Terracotta #A04844

Tints of Roof Terracotta #A04844

Color information

#A04844 (or 0xA04844) is unknown color: approx Roof Terracotta. HEX triplet: A0, 48 and 44. RGB value is (160,72,68). Sum of RGB (Red+Green+Blue) = 160+72+68=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04844 is #5FB7BB. Grayscale: #616161. Windows color (decimal): -6272956 or 4475040. OLE color: 4475040.

HSL color Cylindrical-coordinate representation of color #A04844: hue angle of 2.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04844 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1607268-
CMYK00.550.570.37
HSL2.61º40.35%44.71%-
HSV(B)2.61º57.5%62.75%-
XYZ17.8612.536.95-
YUV97.86111.15172.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=53.33%
G=24%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160726800.550.570.372.6140.3544.71
HexA0484403739253282d
Octal240110104067714535055
Binary1010000010010001000100011011111100110010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04844; }

 p { color: rgb(160,72,68); }

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

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

 a { background-color: rgb(160,72,68); }

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

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

 span { border-color: rgb(160,72,68); }

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