Html Css Color HEX #A98099 Bouquet

📋 copy color: '#A98099'

red 169 ◦ green 128 ◦ blue 153

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

Shades of Bouquet #A98099

Tints of Bouquet #A98099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 37.56%
G = 28.44%
B = 34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A98099 (or 0xA98099) is known color: Bouquet. HEX triplet: A9, 80 and 99. RGB value is (169,128,153). Sum of RGB (Red+Green+Blue) = 169+128+153=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98099 is #567F66. Grayscale: #8F8F8F. Windows color (decimal): -5668711 or 10059945. OLE color: 10059945.

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

Color convert

RGB 169 128 153 -
CMYK 0 0.24 0.09 0.34
HSL 323.41º 0.19% 0.58% -
HSV(B) 323.41º 0.24% 0.66% -
XYZ 29.83 26.17 33.62 -
YUV 143.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 169 128 153 0 0.24 0.09 0.34 323.41 0.19 0.58
Hex A9 80 99 0 18 9 22 143 13 3A
Octal 251 200 231 0 30 11 42 503 23 72
Binary 10101001 10000000 10011001 0 11000 1001 100010 101000011 10011 111010

Color Harmonies of #A98099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98099

Black with #A98099

Text Example


Text Example

White with #A98099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98099; }

 p { color: rgb(169,128,153); }

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

background-color css

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

 a { background-color: rgb(169,128,153); }

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

border-color css

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

 span { border-color: rgb(169,128,153); }

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