#A68588

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

Shades of Turkish Rose #A68588

Tints of Turkish Rose #A68588

Color information

#A68588 (or 0xA68588) is unknown color: approx Turkish Rose. HEX triplet: A6, 85 and 88. RGB value is (166,133,136). Sum of RGB (Red+Green+Blue) = 166+133+136=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68588 is #597A77. Grayscale: #8F8F8F. Windows color (decimal): -5864056 or 8947110. OLE color: 8947110.

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

Color convert

RGB166133136-
CMYK00.200.180.35
HSL354.55º15.64%58.63%-
HSV(B)354.55º19.88%65.1%-
XYZ28.5626.6626.93-
YUV143.21123.93144.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=38.16%
G=30.57%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613313600.200.180.35354.5515.6458.63
HexA685880141223163103b
Octal24620521002422435432073
Binary1010011010000101100010000101001001010001110110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68588; }

 p { color: rgb(166,133,136); }

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

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

 a { background-color: rgb(166,133,136); }

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

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

 span { border-color: rgb(166,133,136); }

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