#A65A4E

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

Shades of Crail #A65A4E

Tints of Crail #A65A4E

Color information

#A65A4E (or 0xA65A4E) is unknown color: approx Crail. HEX triplet: A6, 5A and 4E. RGB value is (166,90,78). Sum of RGB (Red+Green+Blue) = 166+90+78=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A4E is #59A5B1. Grayscale: #6F6F6F. Windows color (decimal): -5875122 or 5135014. OLE color: 5135014.

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

Color convert

RGB1669078-
CMYK00.460.530.35
HSL8.18º36.07%47.84%-
HSV(B)8.18º53.01%65.1%-
XYZ20.7615.979.2-
YUV111.36109.18166.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=49.70%
G=26.95%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166907800.460.530.358.1836.0747.84
HexA65A4E02E352382430
Octal2461321160566543104460
Binary101001101011010100111001011101101011000111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A4E; }

 p { color: rgb(166,90,78); }

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

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

 a { background-color: rgb(166,90,78); }

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

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

 span { border-color: rgb(166,90,78); }

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