Html Css Color HEX #A08998 Bouquet

📋 copy color: '#A08998'

red 160 ◦ green 137 ◦ blue 152

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

Shades of Bouquet #A08998

Tints of Bouquet #A08998

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 137 (53.91% from 255) = 30.51%

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

R = 35.63%
G = 30.51%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A08998 (or 0xA08998) is known color: Bouquet. HEX triplet: A0, 89 and 98. RGB value is (160,137,152). Sum of RGB (Red+Green+Blue) = 160+137+152=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A08998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08998 is #5F7667. Grayscale: #919191. Windows color (decimal): -6256232 or 9996704. OLE color: 9996704.

HSL color Cylindrical-coordinate representation of color #A08998: hue angle of 320.87º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08998 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 152 -
CMYK 0 0.14 0.05 0.37
HSL 320.87º 0.11% 0.58% -
HSV(B) 320.87º 0.14% 0.63% -
XYZ 29.11 27.63 33.5 -
YUV 145.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 160 137 152 0 0.14 0.05 0.37 320.87 0.11 0.58
Hex A0 89 98 0 E 5 25 141 B 3A
Octal 240 211 230 0 16 5 45 501 13 72
Binary 10100000 10001001 10011000 0 1110 101 100101 101000001 1011 111010

Color Harmonies of #A08998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08998

Black with #A08998

Text Example


Text Example

White with #A08998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08998; }

 p { color: rgb(160,137,152); }

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

background-color css

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

 a { background-color: rgb(160,137,152); }

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

border-color css

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

 span { border-color: rgb(160,137,152); }

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