Html Css Color HEX #AD86A3 Bouquet

📋 copy color: '#AD86A3'

red 173 ◦ green 134 ◦ blue 163

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

Shades of Bouquet #AD86A3

Tints of Bouquet #AD86A3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 36.81%
G = 28.51%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD86A3 (or 0xAD86A3) is known color: Bouquet. HEX triplet: AD, 86 and A3. RGB value is (173,134,163). Sum of RGB (Red+Green+Blue) = 173+134+163=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD86A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD86A3 is #52795C. Grayscale: #949494. Windows color (decimal): -5405021 or 10716845. OLE color: 10716845.

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

Color convert

RGB 173 134 163 -
CMYK 0 0.23 0.06 0.32
HSL 315.38º 0.19% 0.6% -
HSV(B) 315.38º 0.23% 0.68% -
XYZ 32.37 28.58 38.46 -
YUV 148.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 173 134 163 0 0.23 0.06 0.32 315.38 0.19 0.6
Hex AD 86 A3 0 17 6 20 13B 13 3C
Octal 255 206 243 0 27 6 40 473 23 74
Binary 10101101 10000110 10100011 0 10111 110 100000 100111011 10011 111100

Color Harmonies of #AD86A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86A3

Black with #AD86A3

Text Example


Text Example

White with #AD86A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86A3; }

 p { color: rgb(173,134,163); }

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

background-color css

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

 a { background-color: rgb(173,134,163); }

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

border-color css

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

 span { border-color: rgb(173,134,163); }

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