Html Css Color HEX #AD819A Bouquet

📋 copy color: '#AD819A'

red 173 ◦ green 129 ◦ blue 154

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

Shades of Bouquet #AD819A

Tints of Bouquet #AD819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 37.94%
G = 28.29%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD819A (or 0xAD819A) is known color: Bouquet. HEX triplet: AD, 81 and 9A. RGB value is (173,129,154). Sum of RGB (Red+Green+Blue) = 173+129+154=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819A is #527E65. Grayscale: #909090. Windows color (decimal): -5406310 or 10125741. OLE color: 10125741.

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

Color convert

RGB 173 129 154 -
CMYK 0 0.25 0.11 0.32
HSL 325.91º 0.21% 0.59% -
HSV(B) 325.91º 0.25% 0.68% -
XYZ 30.92 26.92 34.14 -
YUV 145.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 173 129 154 0 0.25 0.11 0.32 325.91 0.21 0.59
Hex AD 81 9A 0 19 B 20 146 15 3B
Octal 255 201 232 0 31 13 40 506 25 73
Binary 10101101 10000001 10011010 0 11001 1011 100000 101000110 10101 111011

Color Harmonies of #AD819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD819A

Black with #AD819A

Text Example


Text Example

White with #AD819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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