#A6523F

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

Shades of Crail #A6523F

Tints of Crail #A6523F

Color information

#A6523F (or 0xA6523F) is unknown color: approx Crail. HEX triplet: A6, 52 and 3F. RGB value is (166,82,63). Sum of RGB (Red+Green+Blue) = 166+82+63=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6523F is #59ADC0. Grayscale: #696969. Windows color (decimal): -5877185 or 4149926. OLE color: 4149926.

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

Color convert

RGB1668263-
CMYK00.510.620.35
HSL11.07º44.98%44.9%-
HSV(B)11.07º62.05%65.1%-
XYZ19.6414.56.47-
YUV104.95104.33171.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 63 (25% from 255) = 20.26%
R=53.38%
G=26.37%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166826300.510.620.3511.0744.9844.9
HexA6523F0333E23b2d2d
Octal246122770637643135555
Binary10100110101001011111101100111111101000111011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6523F; }

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

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

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

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

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

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

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

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