#AD8CA0

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

Shades of Bouquet #AD8CA0

Tints of Bouquet #AD8CA0

Color information

#AD8CA0 (or 0xAD8CA0) is unknown color: approx Bouquet. HEX triplet: AD, 8C and A0. RGB value is (173,140,160). Sum of RGB (Red+Green+Blue) = 173+140+160=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CA0 is #52735F. Grayscale: #989898. Windows color (decimal): -5403488 or 10521773. OLE color: 10521773.

HSL color Cylindrical-coordinate representation of color #AD8CA0: hue angle of 323.64º 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 #AD8CA0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173140160-
CMYK00.190.080.32
HSL323.64º16.75%61.37%-
HSV(B)323.64º19.08%67.84%-
XYZ32.9630.1837.35-
YUV152.15132.43142.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=36.58%
G=29.60%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314016000.190.080.32323.6416.7561.37
HexAD8CA0013820144113d
Octal25521424002310405042175
Binary101011011000110010100000010011100010000010100010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CA0; }

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

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

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

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

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

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

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

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