#A64F3F

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

Shades of Crail #A64F3F

Tints of Crail #A64F3F

Color information

#A64F3F (or 0xA64F3F) is unknown color: approx Crail. HEX triplet: A6, 4F and 3F. RGB value is (166,79,63). Sum of RGB (Red+Green+Blue) = 166+79+63=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F3F is #59B0C0. Grayscale: #676767. Windows color (decimal): -5877953 or 4149158. OLE color: 4149158.

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

Color convert

RGB1667963-
CMYK00.520.620.35
HSL9.32º44.98%44.9%-
HSV(B)9.32º62.05%65.1%-
XYZ19.4214.066.39-
YUV103.19105.32172.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 63 (25% from 255) = 20.45%
R=53.90%
G=25.65%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166796300.520.620.359.3244.9844.9
HexA64F3F0343E2392d2d
Octal246117770647643115555
Binary10100110100111111111101101001111101000111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F3F; }

 p { color: rgb(166,79,63); }

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

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

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

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

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

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

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