Html Css Color HEX #AD8BA0 Bouquet

📋 copy color: '#AD8BA0'

red 173 ◦ green 139 ◦ blue 160

#AD8BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AD8BA0

Tints of Bouquet #AD8BA0

RGB

 RED value IS 173 (67.97% from 255) = 36.65%

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 36.65%
G = 29.45%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD8BA0 (or 0xAD8BA0) is known color: Bouquet. HEX triplet: AD, 8B and A0. RGB value is (173,139,160). Sum of RGB (Red+Green+Blue) = 173+139+160=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BA0 is #52745F. Grayscale: #979797. Windows color (decimal): -5403744 or 10521517. OLE color: 10521517.

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

Color convert

RGB 173 139 160 -
CMYK 0 0.20 0.08 0.32
HSL 322.94º 0.17% 0.61% -
HSV(B) 322.94º 0.2% 0.68% -
XYZ 32.81 29.89 37.3 -
YUV 151.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 173 139 160 0 0.20 0.08 0.32 322.94 0.17 0.61
Hex AD 8B A0 0 14 8 20 143 11 3D
Octal 255 213 240 0 24 10 40 503 21 75
Binary 10101101 10001011 10100000 0 10100 1000 100000 101000011 10001 111101

Color Harmonies of #AD8BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BA0

Black with #AD8BA0

Text Example


Text Example

White with #AD8BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BA0; }

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

 H1.HeaderClassName
 {
   color: #AD8BA0;
 }
 .AnyTagClassName
 {
   color: #AD8BA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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