Html Css Color HEX #A88896 Bouquet

📋 copy color: '#A88896'

red 168 ◦ green 136 ◦ blue 150

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

Shades of Bouquet #A88896

Tints of Bouquet #A88896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 37%
G = 29.96%
B = 33.04%

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

#A88896 (or 0xA88896) is known color: Bouquet. HEX triplet: A8, 88 and 96. RGB value is (168,136,150). Sum of RGB (Red+Green+Blue) = 168+136+150=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A88896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88896 is #577769. Grayscale: #939393. Windows color (decimal): -5732202 or 9865384. OLE color: 9865384.

HSL color Cylindrical-coordinate representation of color #A88896: hue angle of 333.75º 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 #A88896 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 150 -
CMYK 0 0.19 0.11 0.34
HSL 333.75º 0.16% 0.6% -
HSV(B) 333.75º 0.19% 0.66% -
XYZ 30.46 28.14 32.68 -
YUV 147.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 168 136 150 0 0.19 0.11 0.34 333.75 0.16 0.6
Hex A8 88 96 0 13 B 22 14E 10 3C
Octal 250 210 226 0 23 13 42 516 20 74
Binary 10101000 10001000 10010110 0 10011 1011 100010 101001110 10000 111100

Color Harmonies of #A88896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88896

Black with #A88896

Text Example


Text Example

White with #A88896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88896; }

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

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

background-color css

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

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

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

border-color css

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

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

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