Html Css Color HEX #A9729B Bouquet

📋 copy color: '#A9729B'

red 169 ◦ green 114 ◦ blue 155

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

Shades of Bouquet #A9729B

Tints of Bouquet #A9729B

RGB

 RED value IS 169 (66.41% from 255) = 38.58%

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 38.58%
G = 26.03%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9729B (or 0xA9729B) is known color: Bouquet. HEX triplet: A9, 72 and 9B. RGB value is (169,114,155). Sum of RGB (Red+Green+Blue) = 169+114+155=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9729B is #568D64. Grayscale: #878787. Windows color (decimal): -5672293 or 10187433. OLE color: 10187433.

HSL color Cylindrical-coordinate representation of color #A9729B: hue angle of 315.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9729B is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 114 155 -
CMYK 0 0.33 0.08 0.34
HSL 315.27º 0.24% 0.55% -
HSV(B) 315.27º 0.33% 0.66% -
XYZ 28.3 22.84 33.93 -
YUV 135.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 169 114 155 0 0.33 0.08 0.34 315.27 0.24 0.55
Hex A9 72 9B 0 21 8 22 13B 18 37
Octal 251 162 233 0 41 10 42 473 30 67
Binary 10101001 1110010 10011011 0 100001 1000 100010 100111011 11000 110111

Color Harmonies of #A9729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9729B

Black with #A9729B

Text Example


Text Example

White with #A9729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9729B; }

 p { color: rgb(169,114,155); }

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

background-color css

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

 a { background-color: rgb(169,114,155); }

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

border-color css

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

 span { border-color: rgb(169,114,155); }

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