Html Css Color HEX #AD829C Bouquet

📋 copy color: '#AD829C'

red 173 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #AD829C

Tints of Bouquet #AD829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 37.69%
G = 28.32%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD829C (or 0xAD829C) is known color: Bouquet. HEX triplet: AD, 82 and 9C. RGB value is (173,130,156). Sum of RGB (Red+Green+Blue) = 173+130+156=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD829C is #527D63. Grayscale: #919191. Windows color (decimal): -5406052 or 10257069. OLE color: 10257069.

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

Color convert

RGB 173 130 156 -
CMYK 0 0.25 0.10 0.32
HSL 323.72º 0.21% 0.59% -
HSV(B) 323.72º 0.25% 0.68% -
XYZ 31.22 27.25 35.07 -
YUV 145.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 173 130 156 0 0.25 0.10 0.32 323.72 0.21 0.59
Hex AD 82 9C 0 19 A 20 144 15 3B
Octal 255 202 234 0 31 12 40 504 25 73
Binary 10101101 10000010 10011100 0 11001 1010 100000 101000100 10101 111011

Color Harmonies of #AD829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD829C

Black with #AD829C

Text Example


Text Example

White with #AD829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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