#A64B3D

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

Shades of Roof Terracotta #A64B3D

Tints of Roof Terracotta #A64B3D

Color information

#A64B3D (or 0xA64B3D) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 3D. RGB value is (166,75,61). Sum of RGB (Red+Green+Blue) = 166+75+61=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B3D is #59B4C2. Grayscale: #646464. Windows color (decimal): -5878979 or 4017062. OLE color: 4017062.

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

Color convert

RGB1667561-
CMYK00.550.630.35
HSL46.26%44.51%-
HSV(B)63.25%65.1%-
XYZ19.0813.486.01-
YUV100.61105.65174.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=54.97%
G=24.83%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166756100.550.630.35846.2644.51
HexA64B3D0373F2382e2d
Octal246113750677743105655
Binary10100110100101111110101101111111111000111000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B3D; }

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

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

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

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

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

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

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

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