Html Css Color HEX #A88498 Bouquet

📋 copy color: '#A88498'

red 168 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #A88498

Tints of Bouquet #A88498

RGB

 RED value IS 168 (66.02% from 255) = 37.17%

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

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

R = 37.17%
G = 29.2%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A88498 (or 0xA88498) is known color: Bouquet. HEX triplet: A8, 84 and 98. RGB value is (168,132,152). Sum of RGB (Red+Green+Blue) = 168+132+152=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 168 - color contains mainly: red. Hex color #A88498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88498 is #577B67. Grayscale: #919191. Windows color (decimal): -5733224 or 9995432. OLE color: 9995432.

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

Color convert

RGB 168 132 152 -
CMYK 0 0.21 0.10 0.34
HSL 326.67º 0.17% 0.59% -
HSV(B) 326.67º 0.21% 0.66% -
XYZ 30.07 27.09 33.35 -
YUV 145.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 168 132 152 0 0.21 0.10 0.34 326.67 0.17 0.59
Hex A8 84 98 0 15 A 22 147 11 3B
Octal 250 204 230 0 25 12 42 507 21 73
Binary 10101000 10000100 10011000 0 10101 1010 100010 101000111 10001 111011

Color Harmonies of #A88498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88498

Black with #A88498

Text Example


Text Example

White with #A88498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88498; }

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

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

background-color css

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

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

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

border-color css

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

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

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