#A65B45

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

Shades of Crail #A65B45

Tints of Crail #A65B45

Color information

#A65B45 (or 0xA65B45) is unknown color: approx Crail. HEX triplet: A6, 5B and 45. RGB value is (166,91,69). Sum of RGB (Red+Green+Blue) = 166+91+69=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B45 is #59A4BA. Grayscale: #6F6F6F. Windows color (decimal): -5874875 or 4545446. OLE color: 4545446.

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

Color convert

RGB1669169-
CMYK00.450.580.35
HSL13.61º41.28%46.08%-
HSV(B)13.61º58.43%65.1%-
XYZ20.5416.027.64-
YUV110.92104.35167.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=50.92%
G=27.91%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166916900.450.580.3513.6141.2846.08
HexA65B4502D3A23e292e
Octal2461331050557243165156
Binary101001101011011100010101011011110101000111110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B45; }

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

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

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

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

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

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

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

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