#A65C45

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

Shades of Crail #A65C45

Tints of Crail #A65C45

Color information

#A65C45 (or 0xA65C45) is unknown color: approx Crail. HEX triplet: A6, 5C and 45. RGB value is (166,92,69). Sum of RGB (Red+Green+Blue) = 166+92+69=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C45 is #59A3BA. Grayscale: #6F6F6F. Windows color (decimal): -5874619 or 4545702. OLE color: 4545702.

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

Color convert

RGB1669269-
CMYK00.450.580.35
HSL14.23º41.28%46.08%-
HSV(B)14.23º58.43%65.1%-
XYZ20.6316.197.67-
YUV111.5104.02166.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=50.76%
G=28.13%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166926900.450.580.3514.2341.2846.08
HexA65C4502D3A23e292e
Octal2461341050557243165156
Binary101001101011100100010101011011110101000111110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C45; }

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

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

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

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

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

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

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

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