#A66050

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

Shades of Crail #A66050

Tints of Crail #A66050

Color information

#A66050 (or 0xA66050) is unknown color: approx Crail. HEX triplet: A6, 60 and 50. RGB value is (166,96,80). Sum of RGB (Red+Green+Blue) = 166+96+80=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A66050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66050 is #599FAF. Grayscale: #737373. Windows color (decimal): -5873584 or 5267622. OLE color: 5267622.

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

Color convert

RGB1669680-
CMYK00.420.520.35
HSL11.16º34.96%48.24%-
HSV(B)11.16º51.81%65.1%-
XYZ21.3617.059.76-
YUV115.11108.19164.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=48.54%
G=28.07%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166968000.420.520.3511.1634.9648.24
HexA6605002A3423b2330
Octal2461401200526443134360
Binary101001101100000101000001010101101001000111011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66050; }

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

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

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

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

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

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

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

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