#A64848

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

Shades of Roof Terracotta #A64848

Tints of Roof Terracotta #A64848

Color information

#A64848 (or 0xA64848) is unknown color: approx Roof Terracotta. HEX triplet: A6, 48 and 48. RGB value is (166,72,72). Sum of RGB (Red+Green+Blue) = 166+72+72=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A64848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64848 is #59B7B7. Grayscale: #646464. Windows color (decimal): -5879736 or 4737190. OLE color: 4737190.

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

Color convert

RGB1667272-
CMYK00.570.570.35
HSL39.5%46.67%-
HSV(B)56.63%65.1%-
XYZ19.2113.217.67-
YUV100.11112.14175-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=53.55%
G=23.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166727200.570.570.35039.546.67
HexA6484803939230272f
Octal246110110071714304757
Binary101001101001000100100001110011110011000110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64848; }

 p { color: rgb(166,72,72); }

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

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

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

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

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

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

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