#AD8A9D

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

Shades of Bouquet #AD8A9D

Tints of Bouquet #AD8A9D

Color information

#AD8A9D (or 0xAD8A9D) is unknown color: approx Bouquet. HEX triplet: AD, 8A and 9D. RGB value is (173,138,157). Sum of RGB (Red+Green+Blue) = 173+138+157=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A9D is #527562. Grayscale: #969696. Windows color (decimal): -5404003 or 10324653. OLE color: 10324653.

HSL color Cylindrical-coordinate representation of color #AD8A9D: hue angle of 327.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8A9D is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173138157-
CMYK00.200.090.32
HSL327.43º17.59%60.98%-
HSV(B)327.43º20.23%67.84%-
XYZ32.4129.535.88-
YUV150.63131.6143.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=36.97%
G=29.49%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313815700.200.090.32327.4317.5960.98
HexAD8A9D014920147123d
Octal25521223502411405072275
Binary101011011000101010011101010100100110000010100011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A9D; }

 p { color: rgb(173,138,157); }

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

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

 a { background-color: rgb(173,138,157); }

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

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

 span { border-color: rgb(173,138,157); }

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