Html Css Color HEX #AD82A2 Bouquet

📋 copy color: '#AD82A2'

red 173 ◦ green 130 ◦ blue 162

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

Shades of Bouquet #AD82A2

Tints of Bouquet #AD82A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 37.2%
G = 27.96%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD82A2 (or 0xAD82A2) is known color: Bouquet. HEX triplet: AD, 82 and A2. RGB value is (173,130,162). Sum of RGB (Red+Green+Blue) = 173+130+162=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82A2 is #527D5D. Grayscale: #929292. Windows color (decimal): -5406046 or 10650285. OLE color: 10650285.

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

Color convert

RGB 173 130 162 -
CMYK 0 0.25 0.06 0.32
HSL 315.35º 0.21% 0.59% -
HSV(B) 315.35º 0.25% 0.68% -
XYZ 31.74 27.46 37.81 -
YUV 146.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 173 130 162 0 0.25 0.06 0.32 315.35 0.21 0.59
Hex AD 82 A2 0 19 6 20 13B 15 3B
Octal 255 202 242 0 31 6 40 473 25 73
Binary 10101101 10000010 10100010 0 11001 110 100000 100111011 10101 111011

Color Harmonies of #AD82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82A2

Black with #AD82A2

Text Example


Text Example

White with #AD82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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