#AD8FA2

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

Shades of Bouquet #AD8FA2

Tints of Bouquet #AD8FA2

Color information

#AD8FA2 (or 0xAD8FA2) is unknown color: approx Bouquet. HEX triplet: AD, 8F and A2. RGB value is (173,143,162). Sum of RGB (Red+Green+Blue) = 173+143+162=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FA2 is #52705D. Grayscale: #9A9A9A. Windows color (decimal): -5402718 or 10653613. OLE color: 10653613.

HSL color Cylindrical-coordinate representation of color #AD8FA2: hue angle of 322º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8FA2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB173143162-
CMYK00.170.060.32
HSL322º15.46%61.96%-
HSV(B)322º17.34%67.84%-
XYZ33.5831.1438.42-
YUV154.14132.44141.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=36.19%
G=29.92%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314316200.170.060.3232215.4661.96
HexAD8FA2011620142f3e
Octal2552172420216405021776
Binary1010110110001111101000100100011101000001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FA2; }

 p { color: rgb(173,143,162); }

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

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

 a { background-color: rgb(173,143,162); }

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

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

 span { border-color: rgb(173,143,162); }

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