#A65C4D

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

Shades of Crail #A65C4D

Tints of Crail #A65C4D

Color information

#A65C4D (or 0xA65C4D) is unknown color: approx Crail. HEX triplet: A6, 5C and 4D. RGB value is (166,92,77). Sum of RGB (Red+Green+Blue) = 166+92+77=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C4D is #59A3B2. Grayscale: #707070. Windows color (decimal): -5874611 or 5069990. OLE color: 5069990.

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

Color convert

RGB1669277-
CMYK00.450.540.35
HSL10.11º36.63%47.65%-
HSV(B)10.11º53.61%65.1%-
XYZ20.8916.39.07-
YUV112.42108.02166.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=49.55%
G=27.46%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166927700.450.540.3510.1136.6347.65
HexA65C4D02D3623a2530
Octal2461341150556643124560
Binary101001101011100100110101011011101101000111010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C4D; }

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

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

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

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

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

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

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

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