Html Css Color HEX #A98C9E Bouquet

📋 copy color: '#A98C9E'

red 169 ◦ green 140 ◦ blue 158

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

Shades of Bouquet #A98C9E

Tints of Bouquet #A98C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 36.19%
G = 29.98%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A98C9E (or 0xA98C9E) is known color: Bouquet. HEX triplet: A9, 8C and 9E. RGB value is (169,140,158). Sum of RGB (Red+Green+Blue) = 169+140+158=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C9E is #567361. Grayscale: #969696. Windows color (decimal): -5665634 or 10390697. OLE color: 10390697.

HSL color Cylindrical-coordinate representation of color #A98C9E: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98C9E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 140 158 -
CMYK 0 0.17 0.07 0.34
HSL 322.76º 0.14% 0.61% -
HSV(B) 322.76º 0.17% 0.66% -
XYZ 31.91 29.66 36.39 -
YUV 150.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 169 140 158 0 0.17 0.07 0.34 322.76 0.14 0.61
Hex A9 8C 9E 0 11 7 22 143 E 3D
Octal 251 214 236 0 21 7 42 503 16 75
Binary 10101001 10001100 10011110 0 10001 111 100010 101000011 1110 111101

Color Harmonies of #A98C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C9E

Black with #A98C9E

Text Example


Text Example

White with #A98C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C9E; }

 p { color: rgb(169,140,158); }

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

background-color css

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

 a { background-color: rgb(169,140,158); }

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

border-color css

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

 span { border-color: rgb(169,140,158); }

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