#A6604F

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

Shades of Crail #A6604F

Tints of Crail #A6604F

Color information

#A6604F (or 0xA6604F) is unknown color: approx Crail. HEX triplet: A6, 60 and 4F. RGB value is (166,96,79). Sum of RGB (Red+Green+Blue) = 166+96+79=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6604F is #599FB0. Grayscale: #737373. Windows color (decimal): -5873585 or 5202086. OLE color: 5202086.

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

Color convert

RGB1669679-
CMYK00.420.520.35
HSL11.72º35.51%48.04%-
HSV(B)11.72º52.41%65.1%-
XYZ21.3217.049.56-
YUV114.99107.69164.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=48.68%
G=28.15%
B=23.17%

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
Decimal166967900.420.520.3511.7235.5148.04
HexA6604F02A3423c2430
Octal2461401170526443144460
Binary101001101100000100111101010101101001000111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6604F; }

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

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

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

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

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

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

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

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