#A67F80

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

Shades of Turkish Rose #A67F80

Tints of Turkish Rose #A67F80

Color information

#A67F80 (or 0xA67F80) is unknown color: approx Turkish Rose. HEX triplet: A6, 7F and 80. RGB value is (166,127,128). Sum of RGB (Red+Green+Blue) = 166+127+128=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F80 is #59807F. Grayscale: #8A8A8A. Windows color (decimal): -5865600 or 8421286. OLE color: 8421286.

HSL color Cylindrical-coordinate representation of color #A67F80: hue angle of 358.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F80 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166127128-
CMYK00.230.230.35
HSL358.46º17.97%57.45%-
HSV(B)358.46º23.49%65.1%-
XYZ27.2124.8423.78-
YUV138.78121.92147.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=39.43%
G=30.17%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612712800.230.230.35358.4617.9757.45
HexA67F8001717231661239
Octal24617720002727435462271
Binary101001101111111100000000101111011110001110110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F80; }

 p { color: rgb(166,127,128); }

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

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

 a { background-color: rgb(166,127,128); }

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

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

 span { border-color: rgb(166,127,128); }

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