Html Css Color HEX #AB8596 Bouquet

📋 copy color: '#AB8596'

red 171 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #AB8596

Tints of Bouquet #AB8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 37.67%
G = 29.3%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB8596 (or 0xAB8596) is known color: Bouquet. HEX triplet: AB, 85 and 96. RGB value is (171,133,150). Sum of RGB (Red+Green+Blue) = 171+133+150=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8596 is #547A69. Grayscale: #929292. Windows color (decimal): -5536362 or 9864619. OLE color: 9864619.

HSL color Cylindrical-coordinate representation of color #AB8596: hue angle of 333.16º 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 #AB8596 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 150 -
CMYK 0 0.22 0.12 0.33
HSL 333.16º 0.18% 0.6% -
HSV(B) 333.16º 0.22% 0.67% -
XYZ 30.69 27.64 32.57 -
YUV 146.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 171 133 150 0 0.22 0.12 0.33 333.16 0.18 0.6
Hex AB 85 96 0 16 C 21 14D 12 3C
Octal 253 205 226 0 26 14 41 515 22 74
Binary 10101011 10000101 10010110 0 10110 1100 100001 101001101 10010 111100

Color Harmonies of #AB8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8596

Black with #AB8596

Text Example


Text Example

White with #AB8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8596; }

 p { color: rgb(171,133,150); }

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

background-color css

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

 a { background-color: rgb(171,133,150); }

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

border-color css

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

 span { border-color: rgb(171,133,150); }

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