Html Css Color HEX #A8889B Bouquet

📋 copy color: '#A8889B'

red 168 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #A8889B

Tints of Bouquet #A8889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 36.6%
G = 29.63%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8889B (or 0xA8889B) is known color: Bouquet. HEX triplet: A8, 88 and 9B. RGB value is (168,136,155). Sum of RGB (Red+Green+Blue) = 168+136+155=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A8889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8889B is #577764. Grayscale: #939393. Windows color (decimal): -5732197 or 10193064. OLE color: 10193064.

HSL color Cylindrical-coordinate representation of color #A8889B: hue angle of 324.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8889B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 155 -
CMYK 0 0.19 0.08 0.34
HSL 324.38º 0.16% 0.6% -
HSV(B) 324.38º 0.19% 0.66% -
XYZ 30.87 28.3 34.85 -
YUV 147.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 168 136 155 0 0.19 0.08 0.34 324.38 0.16 0.6
Hex A8 88 9B 0 13 8 22 144 10 3C
Octal 250 210 233 0 23 10 42 504 20 74
Binary 10101000 10001000 10011011 0 10011 1000 100010 101000100 10000 111100

Color Harmonies of #A8889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8889B

Black with #A8889B

Text Example


Text Example

White with #A8889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8889B; }

 p { color: rgb(168,136,155); }

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

background-color css

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

 a { background-color: rgb(168,136,155); }

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

border-color css

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

 span { border-color: rgb(168,136,155); }

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