#AB8283

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

Shades of Turkish Rose #AB8283

Tints of Turkish Rose #AB8283

Color information

#AB8283 (or 0xAB8283) is unknown color: approx Turkish Rose. HEX triplet: AB, 82 and 83. RGB value is (171,130,131). Sum of RGB (Red+Green+Blue) = 171+130+131=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8283 is #547D7C. Grayscale: #8E8E8E. Windows color (decimal): -5537149 or 8618667. OLE color: 8618667.

HSL color Cylindrical-coordinate representation of color #AB8283: hue angle of 358.54º 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 #AB8283 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB171130131-
CMYK00.240.230.33
HSL358.54º19.62%59.02%-
HSV(B)358.54º23.98%67.06%-
XYZ28.8726.2625.02-
YUV142.37121.58148.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=39.58%
G=30.09%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113013100.240.230.33358.5419.6259.02
HexAB82830181721167143b
Octal25320220303027415472473
Binary1010101110000010100000110110001011110000110110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8283; }

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

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

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

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

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

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

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

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