Html Css Color HEX #AD8A9D Bouquet

📋 copy color: '#AD8A9D'

red 173 ◦ green 138 ◦ blue 157

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

Shades of Bouquet #AD8A9D

Tints of Bouquet #AD8A9D

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD8A9D (or 0xAD8A9D) is known color: 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

RGB 173 138 157 -
CMYK 0 0.20 0.09 0.32
HSL 327.43º 0.18% 0.61% -
HSV(B) 327.43º 0.2% 0.68% -
XYZ 32.41 29.5 35.88 -
YUV 150.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 173 138 157 0 0.20 0.09 0.32 327.43 0.18 0.61
Hex AD 8A 9D 0 14 9 20 147 12 3D
Octal 255 212 235 0 24 11 40 507 22 75
Binary 10101101 10001010 10011101 0 10100 1001 100000 101000111 10010 111101

Color Harmonies of #AD8A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A9D

Black with #AD8A9D

Text Example


Text Example

White with #AD8A9D

Text Example


Text Example

HTML Codes & Css Web 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>