#AD869B

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

Shades of Bouquet #AD869B

Tints of Bouquet #AD869B

Color information

#AD869B (or 0xAD869B) is unknown color: approx Bouquet. HEX triplet: AD, 86 and 9B. RGB value is (173,134,155). Sum of RGB (Red+Green+Blue) = 173+134+155=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869B is #527964. Grayscale: #949494. Windows color (decimal): -5405029 or 10192557. OLE color: 10192557.

HSL color Cylindrical-coordinate representation of color #AD869B: hue angle of 327.69º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD869B is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173134155-
CMYK00.230.100.32
HSL327.69º19.21%60.2%-
HSV(B)327.69º22.54%67.84%-
XYZ31.6828.334.8-
YUV148.06131.92145.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=37.45%
G=29.00%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313415500.230.100.32327.6919.2160.2
HexAD869B017A20148133c
Octal25520623302712405102374
Binary101011011000011010011011010111101010000010100100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD869B; }

 p { color: rgb(173,134,155); }

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

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

 a { background-color: rgb(173,134,155); }

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

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

 span { border-color: rgb(173,134,155); }

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