#A65E4E

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

Shades of Crail #A65E4E

Tints of Crail #A65E4E

Color information

#A65E4E (or 0xA65E4E) is unknown color: approx Crail. HEX triplet: A6, 5E and 4E. RGB value is (166,94,78). Sum of RGB (Red+Green+Blue) = 166+94+78=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E4E is #59A1B1. Grayscale: #717171. Windows color (decimal): -5874098 or 5136038. OLE color: 5136038.

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

Color convert

RGB1669478-
CMYK00.430.530.35
HSL10.91º36.07%47.84%-
HSV(B)10.91º53.01%65.1%-
XYZ21.116.669.31-
YUV113.7107.85165.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=49.11%
G=27.81%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166947800.430.530.3510.9136.0747.84
HexA65E4E02B3523b2430
Octal2461361160536543134460
Binary101001101011110100111001010111101011000111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E4E; }

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

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

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

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

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

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

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

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