Html Css Color HEX #AB91A1 Bouquet

📋 copy color: '#AB91A1'

red 171 ◦ green 145 ◦ blue 161

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

Shades of Bouquet #AB91A1

Tints of Bouquet #AB91A1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 35.85%
G = 30.4%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB91A1 (or 0xAB91A1) is known color: Bouquet. HEX triplet: AB, 91 and A1. RGB value is (171,145,161). Sum of RGB (Red+Green+Blue) = 171+145+161=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB91A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB91A1 is #546E5E. Grayscale: #9A9A9A. Windows color (decimal): -5533279 or 10588587. OLE color: 10588587.

HSL color Cylindrical-coordinate representation of color #AB91A1: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB91A1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 161 -
CMYK 0 0.15 0.06 0.33
HSL 323.08º 0.13% 0.62% -
HSV(B) 323.08º 0.15% 0.67% -
XYZ 33.35 31.48 38.04 -
YUV 154.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 171 145 161 0 0.15 0.06 0.33 323.08 0.13 0.62
Hex AB 91 A1 0 F 6 21 143 D 3E
Octal 253 221 241 0 17 6 41 503 15 76
Binary 10101011 10010001 10100001 0 1111 110 100001 101000011 1101 111110

Color Harmonies of #AB91A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91A1

Black with #AB91A1

Text Example


Text Example

White with #AB91A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91A1; }

 p { color: rgb(171,145,161); }

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

background-color css

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

 a { background-color: rgb(171,145,161); }

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

border-color css

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

 span { border-color: rgb(171,145,161); }

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