#A65C4F

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

Shades of Crail #A65C4F

Tints of Crail #A65C4F

Color information

#A65C4F (or 0xA65C4F) is unknown color: approx Crail. HEX triplet: A6, 5C and 4F. RGB value is (166,92,79). Sum of RGB (Red+Green+Blue) = 166+92+79=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C4F is #59A3B0. Grayscale: #707070. Windows color (decimal): -5874609 or 5201062. OLE color: 5201062.

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

Color convert

RGB1669279-
CMYK00.450.520.35
HSL8.97º35.51%48.04%-
HSV(B)8.97º52.41%65.1%-
XYZ20.9616.339.44-
YUV112.64109.02166.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=49.26%
G=27.30%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166927900.450.520.358.9735.5148.04
HexA65C4F02D342392430
Octal2461341170556443114460
Binary101001101011100100111101011011101001000111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C4F; }

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

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

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

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

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

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

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

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