Html Css Color HEX #AB8397 Bouquet

📋 copy color: '#AB8397'

red 171 ◦ green 131 ◦ blue 151

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

Shades of Bouquet #AB8397

Tints of Bouquet #AB8397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 37.75%
G = 28.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB8397 (or 0xAB8397) is known color: Bouquet. HEX triplet: AB, 83 and 97. RGB value is (171,131,151). Sum of RGB (Red+Green+Blue) = 171+131+151=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8397 is #547C68. Grayscale: #919191. Windows color (decimal): -5536873 or 9929643. OLE color: 9929643.

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

Color convert

RGB 171 131 151 -
CMYK 0 0.23 0.12 0.33
HSL 330º 0.19% 0.59% -
HSV(B) 330º 0.23% 0.67% -
XYZ 30.5 27.12 32.91 -
YUV 145.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 171 131 151 0 0.23 0.12 0.33 330 0.19 0.59
Hex AB 83 97 0 17 C 21 14A 13 3B
Octal 253 203 227 0 27 14 41 512 23 73
Binary 10101011 10000011 10010111 0 10111 1100 100001 101001010 10011 111011

Color Harmonies of #AB8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8397

Black with #AB8397

Text Example


Text Example

White with #AB8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8397; }

 p { color: rgb(171,131,151); }

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

background-color css

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

 a { background-color: rgb(171,131,151); }

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

border-color css

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

 span { border-color: rgb(171,131,151); }

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