#A64C3D

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

Shades of Roof Terracotta #A64C3D

Tints of Roof Terracotta #A64C3D

Color information

#A64C3D (or 0xA64C3D) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4C and 3D. RGB value is (166,76,61). Sum of RGB (Red+Green+Blue) = 166+76+61=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C3D is #59B3C2. Grayscale: #656565. Windows color (decimal): -5878723 or 4017318. OLE color: 4017318.

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

Color convert

RGB1667661-
CMYK00.540.630.35
HSL8.57º46.26%44.51%-
HSV(B)8.57º63.25%65.1%-
XYZ19.1513.616.03-
YUV101.2105.32174.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=54.79%
G=25.08%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166766100.540.630.358.5746.2644.51
HexA64C3D0363F2392e2d
Octal246114750667743115655
Binary10100110100110011110101101101111111000111001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C3D; }

 p { color: rgb(166,76,61); }

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

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

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

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

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

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

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