Html Css Color HEX #AB8594 Bouquet

📋 copy color: '#AB8594'

red 171 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #AB8594

Tints of Bouquet #AB8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 37.83%
G = 29.42%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB8594 (or 0xAB8594) is known color: Bouquet. HEX triplet: AB, 85 and 94. RGB value is (171,133,148). Sum of RGB (Red+Green+Blue) = 171+133+148=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8594 is #547A6B. Grayscale: #929292. Windows color (decimal): -5536364 or 9733547. OLE color: 9733547.

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

Color convert

RGB 171 133 148 -
CMYK 0 0.22 0.13 0.33
HSL 336.32º 0.18% 0.6% -
HSV(B) 336.32º 0.22% 0.67% -
XYZ 30.53 27.57 31.73 -
YUV 146.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 171 133 148 0 0.22 0.13 0.33 336.32 0.18 0.6
Hex AB 85 94 0 16 D 21 150 12 3C
Octal 253 205 224 0 26 15 41 520 22 74
Binary 10101011 10000101 10010100 0 10110 1101 100001 101010000 10010 111100

Color Harmonies of #AB8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8594

Black with #AB8594

Text Example


Text Example

White with #AB8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8594; }

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

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

background-color css

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

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

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

border-color css

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

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

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