Html Css Color HEX #AB8BA0 Bouquet

📋 copy color: '#AB8BA0'

red 171 ◦ green 139 ◦ blue 160

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

Shades of Bouquet #AB8BA0

Tints of Bouquet #AB8BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 36.38%
G = 29.57%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB8BA0 (or 0xAB8BA0) is known color: Bouquet. HEX triplet: AB, 8B and A0. RGB value is (171,139,160). Sum of RGB (Red+Green+Blue) = 171+139+160=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BA0 is #54745F. Grayscale: #969696. Windows color (decimal): -5534816 or 10521515. OLE color: 10521515.

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

Color convert

RGB 171 139 160 -
CMYK 0 0.19 0.06 0.33
HSL 320.63º 0.16% 0.61% -
HSV(B) 320.63º 0.19% 0.67% -
XYZ 32.37 29.66 37.28 -
YUV 150.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 171 139 160 0 0.19 0.06 0.33 320.63 0.16 0.61
Hex AB 8B A0 0 13 6 21 141 10 3D
Octal 253 213 240 0 23 6 41 501 20 75
Binary 10101011 10001011 10100000 0 10011 110 100001 101000001 10000 111101

Color Harmonies of #AB8BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BA0

Black with #AB8BA0

Text Example


Text Example

White with #AB8BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BA0; }

 p { color: rgb(171,139,160); }

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

background-color css

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

 a { background-color: rgb(171,139,160); }

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

border-color css

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

 span { border-color: rgb(171,139,160); }

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