#A86465

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

Shades of Turkish Rose #A86465

Tints of Turkish Rose #A86465

Color information

#A86465 (or 0xA86465) is unknown color: approx Turkish Rose. HEX triplet: A8, 64 and 65. RGB value is (168,100,101). Sum of RGB (Red+Green+Blue) = 168+100+101=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A86465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86465 is #579B9A. Grayscale: #787878. Windows color (decimal): -5741467 or 6644904. OLE color: 6644904.

HSL color Cylindrical-coordinate representation of color #A86465: hue angle of 359.12º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86465 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168100101-
CMYK00.400.400.34
HSL359.12º28.1%52.55%-
HSV(B)359.12º40.48%65.88%-
XYZ23.0518.3814.64-
YUV120.45117.03161.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=45.53%
G=27.10%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810010100.400.400.34359.1228.152.55
HexA8646502828221671c35
Octal25014414505050425473465
Binary1010100011001001100101010100010100010001010110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86465; }

 p { color: rgb(168,100,101); }

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

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

 a { background-color: rgb(168,100,101); }

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

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

 span { border-color: rgb(168,100,101); }

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