#A65041

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

Shades of Crail #A65041

Tints of Crail #A65041

Color information

#A65041 (or 0xA65041) is unknown color: approx Crail. HEX triplet: A6, 50 and 41. RGB value is (166,80,65). Sum of RGB (Red+Green+Blue) = 166+80+65=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A65041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65041 is #59AFBE. Grayscale: #686868. Windows color (decimal): -5877695 or 4280486. OLE color: 4280486.

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

Color convert

RGB1668065-
CMYK00.520.610.35
HSL8.91º43.72%45.29%-
HSV(B)8.91º60.84%65.1%-
XYZ19.5514.236.72-
YUV104105.99172.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=53.38%
G=25.72%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166806500.520.610.358.9143.7245.29
HexA650410343D2392c2d
Octal2461201010647543115455
Binary101001101010000100000101101001111011000111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65041; }

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

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

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

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

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

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

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

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