Html Css Color HEX #AB8492 Bouquet

📋 copy color: '#AB8492'

red 171 ◦ green 132 ◦ blue 146

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

Shades of Bouquet #AB8492

Tints of Bouquet #AB8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 38.08%
G = 29.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB8492 (or 0xAB8492) is known color: Bouquet. HEX triplet: AB, 84 and 92. RGB value is (171,132,146). Sum of RGB (Red+Green+Blue) = 171+132+146=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8492 is #547B6D. Grayscale: #919191. Windows color (decimal): -5536622 or 9602219. OLE color: 9602219.

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

Color convert

RGB 171 132 146 -
CMYK 0 0.23 0.15 0.33
HSL 338.46º 0.19% 0.59% -
HSV(B) 338.46º 0.23% 0.67% -
XYZ 30.23 27.24 30.86 -
YUV 145.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 171 132 146 0 0.23 0.15 0.33 338.46 0.19 0.59
Hex AB 84 92 0 17 F 21 152 13 3B
Octal 253 204 222 0 27 17 41 522 23 73
Binary 10101011 10000100 10010010 0 10111 1111 100001 101010010 10011 111011

Color Harmonies of #AB8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8492

Black with #AB8492

Text Example


Text Example

White with #AB8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8492; }

 p { color: rgb(171,132,146); }

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

background-color css

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

 a { background-color: rgb(171,132,146); }

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

border-color css

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

 span { border-color: rgb(171,132,146); }

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