Html Css Color HEX #AD7BA0 Bouquet

📋 copy color: '#AD7BA0'

red 173 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #AD7BA0

Tints of Bouquet #AD7BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 37.94%
G = 26.97%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD7BA0 (or 0xAD7BA0) is known color: Bouquet. HEX triplet: AD, 7B and A0. RGB value is (173,123,160). Sum of RGB (Red+Green+Blue) = 173+123+160=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA0 is #52845F. Grayscale: #8E8E8E. Windows color (decimal): -5407840 or 10517421. OLE color: 10517421.

HSL color Cylindrical-coordinate representation of color #AD7BA0: hue angle of 315.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7BA0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 160 -
CMYK 0 0.29 0.08 0.32
HSL 315.6º 0.23% 0.58% -
HSV(B) 315.6º 0.29% 0.68% -
XYZ 30.66 25.59 36.58 -
YUV 142.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 173 123 160 0 0.29 0.08 0.32 315.6 0.23 0.58
Hex AD 7B A0 0 1D 8 20 13C 17 3A
Octal 255 173 240 0 35 10 40 474 27 72
Binary 10101101 1111011 10100000 0 11101 1000 100000 100111100 10111 111010

Color Harmonies of #AD7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BA0

Black with #AD7BA0

Text Example


Text Example

White with #AD7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BA0; }

 p { color: rgb(173,123,160); }

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

background-color css

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

 a { background-color: rgb(173,123,160); }

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

border-color css

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

 span { border-color: rgb(173,123,160); }

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