#A65B44

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

Shades of Crail #A65B44

Tints of Crail #A65B44

Color information

#A65B44 (or 0xA65B44) is unknown color: approx Crail. HEX triplet: A6, 5B and 44. RGB value is (166,91,68). Sum of RGB (Red+Green+Blue) = 166+91+68=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B44 is #59A4BB. Grayscale: #6E6E6E. Windows color (decimal): -5874876 or 4479910. OLE color: 4479910.

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

Color convert

RGB1669168-
CMYK00.450.590.35
HSL14.08º41.88%45.88%-
HSV(B)14.08º59.04%65.1%-
XYZ20.5116.017.48-
YUV110.8103.85167.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=51.08%
G=28%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166916800.450.590.3514.0841.8845.88
HexA65B4402D3B23e2a2e
Octal2461331040557343165256
Binary101001101011011100010001011011110111000111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B44; }

 p { color: rgb(166,91,68); }

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

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

 a { background-color: rgb(166,91,68); }

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

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

 span { border-color: rgb(166,91,68); }

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