#A65E4A

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

Shades of Crail #A65E4A

Tints of Crail #A65E4A

Color information

#A65E4A (or 0xA65E4A) is unknown color: approx Crail. HEX triplet: A6, 5E and 4A. RGB value is (166,94,74). Sum of RGB (Red+Green+Blue) = 166+94+74=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E4A is #59A1B5. Grayscale: #717171. Windows color (decimal): -5874102 or 4873894. OLE color: 4873894.

HSL color Cylindrical-coordinate representation of color #A65E4A: hue angle of 13.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65E4A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1669474-
CMYK00.430.550.35
HSL13.04º38.33%47.06%-
HSV(B)13.04º55.42%65.1%-
XYZ20.9616.618.58-
YUV113.25105.85165.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=49.70%
G=28.14%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166947400.430.550.3513.0438.3347.06
HexA65E4A02B3723d262f
Octal2461361120536743154657
Binary101001101011110100101001010111101111000111101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E4A; }

 p { color: rgb(166,94,74); }

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

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

 a { background-color: rgb(166,94,74); }

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

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

 span { border-color: rgb(166,94,74); }

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