#A64948

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

Shades of Roof Terracotta #A64948

Tints of Roof Terracotta #A64948

Color information

#A64948 (or 0xA64948) is unknown color: approx Roof Terracotta. HEX triplet: A6, 49 and 48. RGB value is (166,73,72). Sum of RGB (Red+Green+Blue) = 166+73+72=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A64948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64948 is #59B6B7. Grayscale: #646464. Windows color (decimal): -5879480 or 4737446. OLE color: 4737446.

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

Color convert

RGB1667372-
CMYK00.560.570.35
HSL0.64º39.5%46.67%-
HSV(B)0.64º56.63%65.1%-
XYZ19.2813.347.69-
YUV100.69111.81174.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=53.38%
G=23.47%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166737200.560.570.350.6439.546.67
HexA6494803839231272f
Octal246111110070714314757
Binary101001101001001100100001110001110011000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64948; }

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

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

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

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

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

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

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

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