Html Css Color HEX #A9719A Bouquet

📋 copy color: '#A9719A'

red 169 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #A9719A

Tints of Bouquet #A9719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

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

R = 38.76%
G = 25.92%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9719A (or 0xA9719A) is known color: Bouquet. HEX triplet: A9, 71 and 9A. RGB value is (169,113,154). Sum of RGB (Red+Green+Blue) = 169+113+154=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9719A is #568E65. Grayscale: #868686. Windows color (decimal): -5672550 or 10121641. OLE color: 10121641.

HSL color Cylindrical-coordinate representation of color #A9719A: hue angle of 316.07º degrees, saturation: 0.25, 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 #A9719A is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 154 -
CMYK 0 0.33 0.09 0.34
HSL 316.07º 0.25% 0.55% -
HSV(B) 316.07º 0.33% 0.66% -
XYZ 28.1 22.58 33.45 -
YUV 134.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 169 113 154 0 0.33 0.09 0.34 316.07 0.25 0.55
Hex A9 71 9A 0 21 9 22 13C 19 37
Octal 251 161 232 0 41 11 42 474 31 67
Binary 10101001 1110001 10011010 0 100001 1001 100010 100111100 11001 110111

Color Harmonies of #A9719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9719A

Black with #A9719A

Text Example


Text Example

White with #A9719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9719A; }

 p { color: rgb(169,113,154); }

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

background-color css

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

 a { background-color: rgb(169,113,154); }

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

border-color css

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

 span { border-color: rgb(169,113,154); }

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