Html Css Color HEX #A8889E Bouquet

📋 copy color: '#A8889E'

red 168 ◦ green 136 ◦ blue 158

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

Shades of Bouquet #A8889E

Tints of Bouquet #A8889E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 36.36%
G = 29.44%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8889E (or 0xA8889E) is known color: Bouquet. HEX triplet: A8, 88 and 9E. RGB value is (168,136,158). Sum of RGB (Red+Green+Blue) = 168+136+158=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A8889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8889E is #577761. Grayscale: #949494. Windows color (decimal): -5732194 or 10389672. OLE color: 10389672.

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

Color convert

RGB 168 136 158 -
CMYK 0 0.19 0.06 0.34
HSL 318.75º 0.16% 0.6% -
HSV(B) 318.75º 0.19% 0.66% -
XYZ 31.12 28.4 36.19 -
YUV 148.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 168 136 158 0 0.19 0.06 0.34 318.75 0.16 0.6
Hex A8 88 9E 0 13 6 22 13F 10 3C
Octal 250 210 236 0 23 6 42 477 20 74
Binary 10101000 10001000 10011110 0 10011 110 100010 100111111 10000 111100

Color Harmonies of #A8889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8889E

Black with #A8889E

Text Example


Text Example

White with #A8889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8889E; }

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

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

background-color css

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

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

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

border-color css

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

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

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