Html Css Color HEX #A88092 Bouquet

📋 copy color: '#A88092'

red 168 ◦ green 128 ◦ blue 146

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

Shades of Bouquet #A88092

Tints of Bouquet #A88092

RGB

 RED value IS 168 (66.02% from 255) = 38.01%

 GREEN value IS 128 (50.39% from 255) = 28.96%

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

R = 38.01%
G = 28.96%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A88092 (or 0xA88092) is known color: Bouquet. HEX triplet: A8, 80 and 92. RGB value is (168,128,146). Sum of RGB (Red+Green+Blue) = 168+128+146=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A88092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88092 is #577F6D. Grayscale: #8D8D8D. Windows color (decimal): -5734254 or 9601192. OLE color: 9601192.

HSL color Cylindrical-coordinate representation of color #A88092: hue angle of 333º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88092 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 146 -
CMYK 0 0.24 0.13 0.34
HSL 333º 0.19% 0.58% -
HSV(B) 333º 0.24% 0.66% -
XYZ 29.06 25.84 30.65 -
YUV 142.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 168 128 146 0 0.24 0.13 0.34 333 0.19 0.58
Hex A8 80 92 0 18 D 22 14D 13 3A
Octal 250 200 222 0 30 15 42 515 23 72
Binary 10101000 10000000 10010010 0 11000 1101 100010 101001101 10011 111010

Color Harmonies of #A88092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88092

Black with #A88092

Text Example


Text Example

White with #A88092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88092; }

 p { color: rgb(168,128,146); }

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

background-color css

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

 a { background-color: rgb(168,128,146); }

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

border-color css

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

 span { border-color: rgb(168,128,146); }

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