Html Css Color HEX #A08A98 Bouquet

📋 copy color: '#A08A98'

red 160 ◦ green 138 ◦ blue 152

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

Shades of Bouquet #A08A98

Tints of Bouquet #A08A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 35.56%
G = 30.67%
B = 33.78%

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

#A08A98 (or 0xA08A98) is known color: Bouquet. HEX triplet: A0, 8A and 98. RGB value is (160,138,152). Sum of RGB (Red+Green+Blue) = 160+138+152=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A98 is #5F7567. Grayscale: #929292. Windows color (decimal): -6255976 or 9996960. OLE color: 9996960.

HSL color Cylindrical-coordinate representation of color #A08A98: hue angle of 321.82º degrees, saturation: 0.1, 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 #A08A98 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 152 -
CMYK 0 0.14 0.05 0.37
HSL 321.82º 0.1% 0.58% -
HSV(B) 321.82º 0.14% 0.63% -
XYZ 29.25 27.92 33.55 -
YUV 146.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 160 138 152 0 0.14 0.05 0.37 321.82 0.1 0.58
Hex A0 8A 98 0 E 5 25 142 A 3A
Octal 240 212 230 0 16 5 45 502 12 72
Binary 10100000 10001010 10011000 0 1110 101 100101 101000010 1010 111010

Color Harmonies of #A08A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A98

Black with #A08A98

Text Example


Text Example

White with #A08A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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