Html Css Color HEX #AD809A Bouquet

📋 copy color: '#AD809A'

red 173 ◦ green 128 ◦ blue 154

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

Shades of Bouquet #AD809A

Tints of Bouquet #AD809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 38.02%
G = 28.13%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD809A (or 0xAD809A) is known color: Bouquet. HEX triplet: AD, 80 and 9A. RGB value is (173,128,154). Sum of RGB (Red+Green+Blue) = 173+128+154=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD809A is #527F65. Grayscale: #909090. Windows color (decimal): -5406566 or 10125485. OLE color: 10125485.

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

Color convert

RGB 173 128 154 -
CMYK 0 0.26 0.11 0.32
HSL 325.33º 0.22% 0.59% -
HSV(B) 325.33º 0.26% 0.68% -
XYZ 30.79 26.66 34.09 -
YUV 144.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 173 128 154 0 0.26 0.11 0.32 325.33 0.22 0.59
Hex AD 80 9A 0 1A B 20 145 16 3B
Octal 255 200 232 0 32 13 40 505 26 73
Binary 10101101 10000000 10011010 0 11010 1011 100000 101000101 10110 111011

Color Harmonies of #AD809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD809A

Black with #AD809A

Text Example


Text Example

White with #AD809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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