#A65245

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

Shades of Crail #A65245

Tints of Crail #A65245

Color information

#A65245 (or 0xA65245) is unknown color: approx Crail. HEX triplet: A6, 52 and 45. RGB value is (166,82,69). Sum of RGB (Red+Green+Blue) = 166+82+69=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A65245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65245 is #59ADBA. Grayscale: #696969. Windows color (decimal): -5877179 or 4543142. OLE color: 4543142.

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

Color convert

RGB1668269-
CMYK00.510.580.35
HSL8.04º41.28%46.08%-
HSV(B)8.04º58.43%65.1%-
XYZ19.8214.577.4-
YUV105.63107.33171.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=52.37%
G=25.87%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166826900.510.580.358.0441.2846.08
HexA652450333A238292e
Octal2461221050637243105156
Binary101001101010010100010101100111110101000111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65245; }

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

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

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

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

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

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

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

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