#A88184

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

Shades of Turkish Rose #A88184

Tints of Turkish Rose #A88184

Color information

#A88184 (or 0xA88184) is unknown color: approx Turkish Rose. HEX triplet: A8, 81 and 84. RGB value is (168,129,132). Sum of RGB (Red+Green+Blue) = 168+129+132=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88184 is #577E7B. Grayscale: #8D8D8D. Windows color (decimal): -5734012 or 8683944. OLE color: 8683944.

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

Color convert

RGB168129132-
CMYK00.230.210.34
HSL355.38º18.31%58.24%-
HSV(B)355.38º23.21%65.88%-
XYZ28.1625.6925.3-
YUV141122.92147.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=39.16%
G=30.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812913200.230.210.34355.3818.3158.24
HexA881840171522163123a
Octal25020120402725425432272
Binary1010100010000001100001000101111010110001010110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88184; }

 p { color: rgb(168,129,132); }

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

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

 a { background-color: rgb(168,129,132); }

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

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

 span { border-color: rgb(168,129,132); }

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