#a65850

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

Shades of Crail #A65850

Tints of Crail #A65850

Color information

#A65850 (or 0xA65850) is unknown color: approx Crail. HEX triplet: A6, 58 and 50. RGB value is (166,88,80). Sum of RGB (Red+Green+Blue) = 166+88+80=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65850 is #59A7AF. Grayscale: #6E6E6E. Windows color (decimal): -5875632 or 5265574. OLE color: 5265574.

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

Color convert

RGB1668880-
CMYK00.470.520.35
HSL5.58º34.96%48.24%-
HSV(B)5.58º51.81%65.1%-
XYZ20.6615.679.52-
YUV110.41110.84167.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=49.70%
G=26.35%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166888000.470.520.355.5834.9648.24
HexA6585002F342362330
Octal246130120057644364360
Binary10100110101100010100000101111110100100011110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65850; }

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

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

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

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

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

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

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

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