#AB8285

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

Shades of Turkish Rose #AB8285

Tints of Turkish Rose #AB8285

Color information

#AB8285 (or 0xAB8285) is unknown color: approx Turkish Rose. HEX triplet: AB, 82 and 85. RGB value is (171,130,133). Sum of RGB (Red+Green+Blue) = 171+130+133=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8285 is #547D7A. Grayscale: #8E8E8E. Windows color (decimal): -5537147 or 8749739. OLE color: 8749739.

HSL color Cylindrical-coordinate representation of color #AB8285: hue angle of 355.61º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8285 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171130133-
CMYK00.240.220.33
HSL355.61º19.62%59.02%-
HSV(B)355.61º23.98%67.06%-
XYZ29.0126.3225.74-
YUV142.6122.58148.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=39.40%
G=29.95%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113013300.240.220.33355.6119.6259.02
HexAB82850181621164143b
Octal25320220503026415442473
Binary1010101110000010100001010110001011010000110110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8285; }

 p { color: rgb(171,130,133); }

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

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

 a { background-color: rgb(171,130,133); }

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

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

 span { border-color: rgb(171,130,133); }

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