Html Css Color HEX #A98498 Bouquet

📋 copy color: '#A98498'

red 169 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #A98498

Tints of Bouquet #A98498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 37.31%
G = 29.14%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A98498 (or 0xA98498) is known color: Bouquet. HEX triplet: A9, 84 and 98. RGB value is (169,132,152). Sum of RGB (Red+Green+Blue) = 169+132+152=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98498 is #567B67. Grayscale: #919191. Windows color (decimal): -5667688 or 9995433. OLE color: 9995433.

HSL color Cylindrical-coordinate representation of color #A98498: hue angle of 327.57º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98498 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 152 -
CMYK 0 0.22 0.10 0.34
HSL 327.57º 0.18% 0.59% -
HSV(B) 327.57º 0.22% 0.66% -
XYZ 30.28 27.2 33.36 -
YUV 145.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 169 132 152 0 0.22 0.10 0.34 327.57 0.18 0.59
Hex A9 84 98 0 16 A 22 148 12 3B
Octal 251 204 230 0 26 12 42 510 22 73
Binary 10101001 10000100 10011000 0 10110 1010 100010 101001000 10010 111011

Color Harmonies of #A98498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98498

Black with #A98498

Text Example


Text Example

White with #A98498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98498; }

 p { color: rgb(169,132,152); }

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

background-color css

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

 a { background-color: rgb(169,132,152); }

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

border-color css

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

 span { border-color: rgb(169,132,152); }

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