#A64341

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

Shades of Roof Terracotta #A64341

Tints of Roof Terracotta #A64341

Color information

#A64341 (or 0xA64341) is unknown color: approx Roof Terracotta. HEX triplet: A6, 43 and 41. RGB value is (166,67,65). Sum of RGB (Red+Green+Blue) = 166+67+65=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A64341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64341 is #59BCBE. Grayscale: #606060. Windows color (decimal): -5881023 or 4277158. OLE color: 4277158.

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

Color convert

RGB1666765-
CMYK00.600.610.35
HSL1.19º43.72%45.29%-
HSV(B)1.19º60.84%65.1%-
XYZ18.6912.56.43-
YUV96.37110.3177.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=55.70%
G=22.48%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166676500.600.610.351.1943.7245.29
HexA6434103C3D2312c2d
Octal246103101074754315455
Binary101001101000011100000101111001111011000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64341; }

 p { color: rgb(166,67,65); }

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

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

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

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

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

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

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