Html Css Color HEX #A88895 Bouquet

📋 copy color: '#A88895'

red 168 ◦ green 136 ◦ blue 149

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

Shades of Bouquet #A88895

Tints of Bouquet #A88895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

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

R = 37.09%
G = 30.02%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A88895 (or 0xA88895) is known color: Bouquet. HEX triplet: A8, 88 and 95. RGB value is (168,136,149). Sum of RGB (Red+Green+Blue) = 168+136+149=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88895 is #57776A. Grayscale: #939393. Windows color (decimal): -5732203 or 9799848. OLE color: 9799848.

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

Color convert

RGB 168 136 149 -
CMYK 0 0.19 0.11 0.34
HSL 335.63º 0.16% 0.6% -
HSV(B) 335.63º 0.19% 0.66% -
XYZ 30.38 28.1 32.26 -
YUV 147.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 168 136 149 0 0.19 0.11 0.34 335.63 0.16 0.6
Hex A8 88 95 0 13 B 22 150 10 3C
Octal 250 210 225 0 23 13 42 520 20 74
Binary 10101000 10001000 10010101 0 10011 1011 100010 101010000 10000 111100

Color Harmonies of #A88895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88895

Black with #A88895

Text Example


Text Example

White with #A88895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88895; }

 p { color: rgb(168,136,149); }

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

background-color css

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

 a { background-color: rgb(168,136,149); }

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

border-color css

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

 span { border-color: rgb(168,136,149); }

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