#A65D4E

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

Shades of Crail #A65D4E

Tints of Crail #A65D4E

Color information

#A65D4E (or 0xA65D4E) is unknown color: approx Crail. HEX triplet: A6, 5D and 4E. RGB value is (166,93,78). Sum of RGB (Red+Green+Blue) = 166+93+78=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D4E is #59A2B1. Grayscale: #717171. Windows color (decimal): -5874354 or 5135782. OLE color: 5135782.

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

Color convert

RGB1669378-
CMYK00.440.530.35
HSL10.23º36.07%47.84%-
HSV(B)10.23º53.01%65.1%-
XYZ21.0216.499.28-
YUV113.12108.18165.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=49.26%
G=27.60%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166937800.440.530.3510.2336.0747.84
HexA65D4E02C3523a2430
Octal2461351160546543124460
Binary101001101011101100111001011001101011000111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D4E; }

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

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

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

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

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

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

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

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