#A68789

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

Shades of Turkish Rose #A68789

Tints of Turkish Rose #A68789

Color information

#A68789 (or 0xA68789) is unknown color: approx Turkish Rose. HEX triplet: A6, 87 and 89. RGB value is (166,135,137). Sum of RGB (Red+Green+Blue) = 166+135+137=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A68789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68789 is #597876. Grayscale: #909090. Windows color (decimal): -5863543 or 9013158. OLE color: 9013158.

HSL color Cylindrical-coordinate representation of color #A68789: hue angle of 356.13º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68789 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166135137-
CMYK00.190.170.35
HSL356.13º14.83%59.02%-
HSV(B)356.13º18.67%65.1%-
XYZ28.9127.2427.4-
YUV144.5123.77143.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=37.90%
G=30.82%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613513700.190.170.35356.1314.8359.02
HexA687890131123164f3b
Octal24620721102321435441773
Binary101001101000011110001001010011100011000111011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68789; }

 p { color: rgb(166,135,137); }

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

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

 a { background-color: rgb(166,135,137); }

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

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

 span { border-color: rgb(166,135,137); }

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