Html Css Color HEX #AD829E Bouquet

📋 copy color: '#AD829E'

red 173 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #AD829E

Tints of Bouquet #AD829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 37.53%
G = 28.2%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD829E (or 0xAD829E) is known color: Bouquet. HEX triplet: AD, 82 and 9E. RGB value is (173,130,158). Sum of RGB (Red+Green+Blue) = 173+130+158=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD829E is #527D61. Grayscale: #919191. Windows color (decimal): -5406050 or 10388141. OLE color: 10388141.

HSL color Cylindrical-coordinate representation of color #AD829E: hue angle of 320.93º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD829E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 158 -
CMYK 0 0.25 0.09 0.32
HSL 320.93º 0.21% 0.59% -
HSV(B) 320.93º 0.25% 0.68% -
XYZ 31.39 27.32 35.97 -
YUV 146.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 173 130 158 0 0.25 0.09 0.32 320.93 0.21 0.59
Hex AD 82 9E 0 19 9 20 141 15 3B
Octal 255 202 236 0 31 11 40 501 25 73
Binary 10101101 10000010 10011110 0 11001 1001 100000 101000001 10101 111011

Color Harmonies of #AD829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD829E

Black with #AD829E

Text Example


Text Example

White with #AD829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD829E; }

 p { color: rgb(173,130,158); }

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

background-color css

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

 a { background-color: rgb(173,130,158); }

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

border-color css

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

 span { border-color: rgb(173,130,158); }

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