#AD8CA2

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

Shades of Bouquet #AD8CA2

Tints of Bouquet #AD8CA2

Color information

#AD8CA2 (or 0xAD8CA2) is unknown color: approx Bouquet. HEX triplet: AD, 8C and A2. RGB value is (173,140,162). Sum of RGB (Red+Green+Blue) = 173+140+162=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CA2 is #52735D. Grayscale: #989898. Windows color (decimal): -5403486 or 10652845. OLE color: 10652845.

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

Color convert

RGB173140162-
CMYK00.190.060.32
HSL320º16.75%61.37%-
HSV(B)320º19.08%67.84%-
XYZ33.1330.2538.27-
YUV152.37133.43142.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=36.42%
G=29.47%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314016200.190.060.3232016.7561.37
HexAD8CA2013620140113d
Octal2552142420236405002175
Binary10101101100011001010001001001111010000010100000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CA2; }

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

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

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

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

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

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

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

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