#A65741

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

Shades of Crail #A65741

Tints of Crail #A65741

Color information

#A65741 (or 0xA65741) is unknown color: approx Crail. HEX triplet: A6, 57 and 41. RGB value is (166,87,65). Sum of RGB (Red+Green+Blue) = 166+87+65=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65741 is #59A8BE. Grayscale: #6C6C6C. Windows color (decimal): -5875903 or 4282278. OLE color: 4282278.

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

Color convert

RGB1668765-
CMYK00.480.610.35
HSL13.07º43.72%45.29%-
HSV(B)13.07º60.84%65.1%-
XYZ20.0915.316.9-
YUV108.11103.67169.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=52.20%
G=27.36%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166876500.480.610.3513.0743.7245.29
HexA657410303D23d2c2d
Octal2461271010607543155455
Binary101001101010111100000101100001111011000111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65741; }

 p { color: rgb(166,87,65); }

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

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

 a { background-color: rgb(166,87,65); }

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

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

 span { border-color: rgb(166,87,65); }

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