#A86077

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

Shades of Turkish Rose #A86077

Tints of Turkish Rose #A86077

Color information

#A86077 (or 0xA86077) is unknown color: approx Turkish Rose. HEX triplet: A8, 60 and 77. RGB value is (168,96,119). Sum of RGB (Red+Green+Blue) = 168+96+119=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A86077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86077 is #579F88. Grayscale: #787878. Windows color (decimal): -5742473 or 7823528. OLE color: 7823528.

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

Color convert

RGB16896119-
CMYK00.430.290.34
HSL340.83º29.27%51.76%-
HSV(B)340.83º42.86%65.88%-
XYZ23.6618.0219.68-
YUV120.15127.35162.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=43.86%
G=25.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689611900.430.290.34340.8329.2751.76
HexA8607702B1D221551d34
Octal25014016705335425253564
Binary101010001100000111011101010111110110001010101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86077; }

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

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

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

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

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

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

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

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