#A67E84

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

Shades of Turkish Rose #A67E84

Tints of Turkish Rose #A67E84

Color information

#A67E84 (or 0xA67E84) is unknown color: approx Turkish Rose. HEX triplet: A6, 7E and 84. RGB value is (166,126,132). Sum of RGB (Red+Green+Blue) = 166+126+132=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E84 is #59817B. Grayscale: #8A8A8A. Windows color (decimal): -5865852 or 8683174. OLE color: 8683174.

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

Color convert

RGB166126132-
CMYK00.240.200.35
HSL351º18.35%57.25%-
HSV(B)351º24.1%65.1%-
XYZ27.3524.6925.15-
YUV138.64124.25147.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=39.15%
G=29.72%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612613200.240.200.3535118.3557.25
HexA67E84018142315f1239
Octal24617620403024435372271
Binary101001101111110100001000110001010010001110101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E84; }

 p { color: rgb(166,126,132); }

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

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

 a { background-color: rgb(166,126,132); }

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

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

 span { border-color: rgb(166,126,132); }

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