#A6503F

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

Shades of Crail #A6503F

Tints of Crail #A6503F

Color information

#A6503F (or 0xA6503F) is unknown color: approx Crail. HEX triplet: A6, 50 and 3F. RGB value is (166,80,63). Sum of RGB (Red+Green+Blue) = 166+80+63=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6503F is #59AFC0. Grayscale: #676767. Windows color (decimal): -5877697 or 4149414. OLE color: 4149414.

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

Color convert

RGB1668063-
CMYK00.520.620.35
HSL9.9º44.98%44.9%-
HSV(B)9.9º62.05%65.1%-
XYZ19.4914.26.42-
YUV103.78104.99172.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 63 (25% from 255) = 20.39%
R=53.72%
G=25.89%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166806300.520.620.359.944.9844.9
HexA6503F0343E23a2d2d
Octal246120770647643125555
Binary10100110101000011111101101001111101000111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6503F; }

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

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

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

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

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

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

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

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