Html Css Color HEX #AD82A4 Bouquet

📋 copy color: '#AD82A4'

red 173 ◦ green 130 ◦ blue 164

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

Shades of Bouquet #AD82A4

Tints of Bouquet #AD82A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 37.04%
G = 27.84%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD82A4 (or 0xAD82A4) is known color: Bouquet. HEX triplet: AD, 82 and A4. RGB value is (173,130,164). Sum of RGB (Red+Green+Blue) = 173+130+164=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82A4 is #527D5B. Grayscale: #929292. Windows color (decimal): -5406044 or 10781357. OLE color: 10781357.

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

Color convert

RGB 173 130 164 -
CMYK 0 0.25 0.05 0.32
HSL 312.56º 0.21% 0.59% -
HSV(B) 312.56º 0.25% 0.68% -
XYZ 31.92 27.53 38.75 -
YUV 146.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 173 130 164 0 0.25 0.05 0.32 312.56 0.21 0.59
Hex AD 82 A4 0 19 5 20 139 15 3B
Octal 255 202 244 0 31 5 40 471 25 73
Binary 10101101 10000010 10100100 0 11001 101 100000 100111001 10101 111011

Color Harmonies of #AD82A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82A4

Black with #AD82A4

Text Example


Text Example

White with #AD82A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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