#A86069

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

Shades of Turkish Rose #A86069

Tints of Turkish Rose #A86069

Color information

#A86069 (or 0xA86069) is unknown color: approx Turkish Rose. HEX triplet: A8, 60 and 69. RGB value is (168,96,105). Sum of RGB (Red+Green+Blue) = 168+96+105=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A86069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86069 is #579F96. Grayscale: #767676. Windows color (decimal): -5742487 or 6906024. OLE color: 6906024.

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

Color convert

RGB16896105-
CMYK00.430.380.34
HSL352.5º29.27%51.76%-
HSV(B)352.5º42.86%65.88%-
XYZ22.8817.7115.58-
YUV118.55120.35163.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=45.53%
G=26.02%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689610500.430.380.34352.529.2751.76
HexA8606902B26221601d34
Octal25014015105346425403564
Binary1010100011000001101001010101110011010001010110000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86069; }

 p { color: rgb(168,96,105); }

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

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

 a { background-color: rgb(168,96,105); }

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

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

 span { border-color: rgb(168,96,105); }

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