#A88085

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

Shades of Turkish Rose #A88085

Tints of Turkish Rose #A88085

Color information

#A88085 (or 0xA88085) is unknown color: approx Turkish Rose. HEX triplet: A8, 80 and 85. RGB value is (168,128,133). Sum of RGB (Red+Green+Blue) = 168+128+133=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88085 is #577F7A. Grayscale: #8C8C8C. Windows color (decimal): -5734267 or 8749224. OLE color: 8749224.

HSL color Cylindrical-coordinate representation of color #A88085: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88085 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168128133-
CMYK00.240.210.34
HSL352.5º18.69%58.04%-
HSV(B)352.5º23.81%65.88%-
XYZ28.125.4625.62-
YUV140.53123.75147.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=39.16%
G=29.84%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812813300.240.210.34352.518.6958.04
HexA880850181522160133a
Octal25020020503025425402372
Binary1010100010000000100001010110001010110001010110000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88085; }

 p { color: rgb(168,128,133); }

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

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

 a { background-color: rgb(168,128,133); }

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

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

 span { border-color: rgb(168,128,133); }

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