#A8767F

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

Shades of Turkish Rose #A8767F

Tints of Turkish Rose #A8767F

Color information

#A8767F (or 0xA8767F) is unknown color: approx Turkish Rose. HEX triplet: A8, 76 and 7F. RGB value is (168,118,127). Sum of RGB (Red+Green+Blue) = 168+118+127=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8767F is #578980. Grayscale: #858585. Windows color (decimal): -5736833 or 8353448. OLE color: 8353448.

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

Color convert

RGB168118127-
CMYK00.300.240.34
HSL349.2º22.32%56.08%-
HSV(B)349.2º29.76%65.88%-
XYZ26.4622.8123.09-
YUV133.98124.06152.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 30.75%
R=40.68%
G=28.57%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811812700.300.240.34349.222.3256.08
HexA8767F01E182215d1638
Octal25016617703630425352670
Binary10101000111011011111110111101100010001010101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8767F; }

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

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

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

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

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

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

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

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