Html Css Color HEX #AD829A Bouquet

📋 copy color: '#AD829A'

red 173 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #AD829A

Tints of Bouquet #AD829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 37.86%
G = 28.45%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD829A (or 0xAD829A) is known color: Bouquet. HEX triplet: AD, 82 and 9A. RGB value is (173,130,154). Sum of RGB (Red+Green+Blue) = 173+130+154=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD829A is #527D65. Grayscale: #919191. Windows color (decimal): -5406054 or 10125997. OLE color: 10125997.

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

Color convert

RGB 173 130 154 -
CMYK 0 0.25 0.11 0.32
HSL 326.51º 0.21% 0.59% -
HSV(B) 326.51º 0.25% 0.68% -
XYZ 31.05 27.18 34.18 -
YUV 145.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 173 130 154 0 0.25 0.11 0.32 326.51 0.21 0.59
Hex AD 82 9A 0 19 B 20 147 15 3B
Octal 255 202 232 0 31 13 40 507 25 73
Binary 10101101 10000010 10011010 0 11001 1011 100000 101000111 10101 111011

Color Harmonies of #AD829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD829A

Black with #AD829A

Text Example


Text Example

White with #AD829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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