#A65F4E

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

Shades of Crail #A65F4E

Tints of Crail #A65F4E

Color information

#A65F4E (or 0xA65F4E) is unknown color: approx Crail. HEX triplet: A6, 5F and 4E. RGB value is (166,95,78). Sum of RGB (Red+Green+Blue) = 166+95+78=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F4E is #59A0B1. Grayscale: #727272. Windows color (decimal): -5873842 or 5136294. OLE color: 5136294.

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

Color convert

RGB1669578-
CMYK00.430.530.35
HSL11.59º36.07%47.84%-
HSV(B)11.59º53.01%65.1%-
XYZ21.1916.849.34-
YUV114.29107.52164.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=48.97%
G=28.02%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166957800.430.530.3511.5936.0747.84
HexA65F4E02B3523c2430
Octal2461371160536543144460
Binary101001101011111100111001010111101011000111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F4E; }

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

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

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

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

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

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

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

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