Html Css Color HEX #A98193 Bouquet

📋 copy color: '#A98193'

red 169 ◦ green 129 ◦ blue 147

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

Shades of Bouquet #A98193

Tints of Bouquet #A98193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 37.98%
G = 28.99%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A98193 (or 0xA98193) is known color: Bouquet. HEX triplet: A9, 81 and 93. RGB value is (169,129,147). Sum of RGB (Red+Green+Blue) = 169+129+147=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A98193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98193 is #567E6C. Grayscale: #8E8E8E. Windows color (decimal): -5668461 or 9666985. OLE color: 9666985.

HSL color Cylindrical-coordinate representation of color #A98193: hue angle of 333º 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 #A98193 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 147 -
CMYK 0 0.24 0.13 0.34
HSL 333º 0.19% 0.58% -
HSV(B) 333º 0.24% 0.66% -
XYZ 29.48 26.24 31.12 -
YUV 143.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 169 129 147 0 0.24 0.13 0.34 333 0.19 0.58
Hex A9 81 93 0 18 D 22 14D 13 3A
Octal 251 201 223 0 30 15 42 515 23 72
Binary 10101001 10000001 10010011 0 11000 1101 100010 101001101 10011 111010

Color Harmonies of #A98193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98193

Black with #A98193

Text Example


Text Example

White with #A98193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98193; }

 p { color: rgb(169,129,147); }

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

background-color css

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

 a { background-color: rgb(169,129,147); }

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

border-color css

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

 span { border-color: rgb(169,129,147); }

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