Html Css Color HEX #AB8595 Bouquet

📋 copy color: '#AB8595'

red 171 ◦ green 133 ◦ blue 149

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

Shades of Bouquet #AB8595

Tints of Bouquet #AB8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 37.75%
G = 29.36%
B = 32.89%

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

#AB8595 (or 0xAB8595) is known color: Bouquet. HEX triplet: AB, 85 and 95. RGB value is (171,133,149). Sum of RGB (Red+Green+Blue) = 171+133+149=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8595 is #547A6A. Grayscale: #929292. Windows color (decimal): -5536363 or 9799083. OLE color: 9799083.

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

Color convert

RGB 171 133 149 -
CMYK 0 0.22 0.13 0.33
HSL 334.74º 0.18% 0.6% -
HSV(B) 334.74º 0.22% 0.67% -
XYZ 30.61 27.6 32.15 -
YUV 146.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 171 133 149 0 0.22 0.13 0.33 334.74 0.18 0.6
Hex AB 85 95 0 16 D 21 14F 12 3C
Octal 253 205 225 0 26 15 41 517 22 74
Binary 10101011 10000101 10010101 0 10110 1101 100001 101001111 10010 111100

Color Harmonies of #AB8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8595

Black with #AB8595

Text Example


Text Example

White with #AB8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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