Html Css Color HEX #A8869B Bouquet

📋 copy color: '#A8869B'

red 168 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #A8869B

Tints of Bouquet #A8869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 36.76%
G = 29.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8869B (or 0xA8869B) is known color: Bouquet. HEX triplet: A8, 86 and 9B. RGB value is (168,134,155). Sum of RGB (Red+Green+Blue) = 168+134+155=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A8869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8869B is #577964. Grayscale: #929292. Windows color (decimal): -5732709 or 10192552. OLE color: 10192552.

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

Color convert

RGB 168 134 155 -
CMYK 0 0.20 0.08 0.34
HSL 322.94º 0.16% 0.59% -
HSV(B) 322.94º 0.2% 0.66% -
XYZ 30.59 27.74 34.75 -
YUV 146.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 168 134 155 0 0.20 0.08 0.34 322.94 0.16 0.59
Hex A8 86 9B 0 14 8 22 143 10 3B
Octal 250 206 233 0 24 10 42 503 20 73
Binary 10101000 10000110 10011011 0 10100 1000 100010 101000011 10000 111011

Color Harmonies of #A8869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8869B

Black with #A8869B

Text Example


Text Example

White with #A8869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8869B; }

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

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

background-color css

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

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

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

border-color css

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

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

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