#A6584A

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

Shades of Crail #A6584A

Tints of Crail #A6584A

Color information

#A6584A (or 0xA6584A) is unknown color: approx Crail. HEX triplet: A6, 58 and 4A. RGB value is (166,88,74). Sum of RGB (Red+Green+Blue) = 166+88+74=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6584A is #59A7B5. Grayscale: #6D6D6D. Windows color (decimal): -5875638 or 4872358. OLE color: 4872358.

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

Color convert

RGB1668874-
CMYK00.470.550.35
HSL9.13º38.33%47.06%-
HSV(B)9.13º55.42%65.1%-
XYZ20.4515.588.41-
YUV109.73107.84168.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=50.61%
G=26.83%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166887400.470.550.359.1338.3347.06
HexA6584A02F37239262f
Octal2461301120576743114657
Binary101001101011000100101001011111101111000111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6584A; }

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

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

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

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

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

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

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

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