#A85F6D

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

Shades of Turkish Rose #A85F6D

Tints of Turkish Rose #A85F6D

Color information

#A85F6D (or 0xA85F6D) is unknown color: approx Turkish Rose. HEX triplet: A8, 5F and 6D. RGB value is (168,95,109). Sum of RGB (Red+Green+Blue) = 168+95+109=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F6D is #57A092. Grayscale: #767676. Windows color (decimal): -5742739 or 7167912. OLE color: 7167912.

HSL color Cylindrical-coordinate representation of color #A85F6D: hue angle of 348.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F6D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16895109-
CMYK00.430.350.34
HSL348.49º29.55%51.57%-
HSV(B)348.49º43.45%65.88%-
XYZ2317.6116.66-
YUV118.42122.68163.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=45.16%
G=25.54%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689510900.430.350.34348.4929.5551.57
HexA85F6D02B232215c1e34
Octal25013715505343425343664
Binary1010100010111111101101010101110001110001010101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F6D; }

 p { color: rgb(168,95,109); }

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

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

 a { background-color: rgb(168,95,109); }

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

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

 span { border-color: rgb(168,95,109); }

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