Html Css Color HEX #AB869A Bouquet

📋 copy color: '#AB869A'

red 171 ◦ green 134 ◦ blue 154

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

Shades of Bouquet #AB869A

Tints of Bouquet #AB869A

RGB

 RED value IS 171 (67.19% from 255) = 37.25%

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 37.25%
G = 29.19%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB869A (or 0xAB869A) is known color: Bouquet. HEX triplet: AB, 86 and 9A. RGB value is (171,134,154). Sum of RGB (Red+Green+Blue) = 171+134+154=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB869A is #547965. Grayscale: #939393. Windows color (decimal): -5536102 or 10127019. OLE color: 10127019.

HSL color Cylindrical-coordinate representation of color #AB869A: hue angle of 327.57º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB869A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 154 -
CMYK 0 0.22 0.10 0.33
HSL 327.57º 0.18% 0.6% -
HSV(B) 327.57º 0.22% 0.67% -
XYZ 31.15 28.04 34.34 -
YUV 147.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 171 134 154 0 0.22 0.10 0.33 327.57 0.18 0.6
Hex AB 86 9A 0 16 A 21 148 12 3C
Octal 253 206 232 0 26 12 41 510 22 74
Binary 10101011 10000110 10011010 0 10110 1010 100001 101001000 10010 111100

Color Harmonies of #AB869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB869A

Black with #AB869A

Text Example


Text Example

White with #AB869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB869A; }

 p { color: rgb(171,134,154); }

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

background-color css

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

 a { background-color: rgb(171,134,154); }

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

border-color css

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

 span { border-color: rgb(171,134,154); }

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