#A65C47

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

Shades of Crail #A65C47

Tints of Crail #A65C47

Color information

#A65C47 (or 0xA65C47) is unknown color: approx Crail. HEX triplet: A6, 5C and 47. RGB value is (166,92,71). Sum of RGB (Red+Green+Blue) = 166+92+71=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C47 is #59A3B8. Grayscale: #6F6F6F. Windows color (decimal): -5874617 or 4676774. OLE color: 4676774.

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

Color convert

RGB1669271-
CMYK00.450.570.35
HSL13.26º40.08%46.47%-
HSV(B)13.26º57.23%65.1%-
XYZ20.6916.228-
YUV111.73105.02166.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=50.46%
G=27.96%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166927100.450.570.3513.2640.0846.47
HexA65C4702D3923d282e
Octal2461341070557143155056
Binary101001101011100100011101011011110011000111101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C47; }

 p { color: rgb(166,92,71); }

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

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

 a { background-color: rgb(166,92,71); }

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

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

 span { border-color: rgb(166,92,71); }

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