#A85F75

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

Shades of Turkish Rose #A85F75

Tints of Turkish Rose #A85F75

Color information

#A85F75 (or 0xA85F75) is unknown color: approx Turkish Rose. HEX triplet: A8, 5F and 75. RGB value is (168,95,117). Sum of RGB (Red+Green+Blue) = 168+95+117=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F75 is #57A08A. Grayscale: #777777. Windows color (decimal): -5742731 or 7692200. OLE color: 7692200.

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

Color convert

RGB16895117-
CMYK00.430.300.34
HSL341.92º29.55%51.57%-
HSV(B)341.92º43.45%65.88%-
XYZ23.4517.7919.03-
YUV119.33126.68162.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=44.21%
G=25%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689511700.430.300.34341.9229.5551.57
HexA85F7502B1E221561e34
Octal25013716505336425263664
Binary101010001011111111010101010111111010001010101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F75; }

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

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

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

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

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

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

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

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