#A87678

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

Shades of Turkish Rose #A87678

Tints of Turkish Rose #A87678

Color information

#A87678 (or 0xA87678) is unknown color: approx Turkish Rose. HEX triplet: A8, 76 and 78. RGB value is (168,118,120). Sum of RGB (Red+Green+Blue) = 168+118+120=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A87678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87678 is #578987. Grayscale: #858585. Windows color (decimal): -5736840 or 7894696. OLE color: 7894696.

HSL color Cylindrical-coordinate representation of color #A87678: hue angle of 357.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87678 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB168118120-
CMYK00.300.290.34
HSL357.6º22.32%56.08%-
HSV(B)357.6º29.76%65.88%-
XYZ26.0222.6420.77-
YUV133.18120.56152.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=41.38%
G=29.06%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811812000.300.290.34357.622.3256.08
HexA8767801E1D221661638
Octal25016617003635425462670
Binary10101000111011011110000111101110110001010110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87678; }

 p { color: rgb(168,118,120); }

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

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

 a { background-color: rgb(168,118,120); }

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

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

 span { border-color: rgb(168,118,120); }

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