Html Css Color HEX #A98696 Bouquet

📋 copy color: '#A98696'

red 169 ◦ green 134 ◦ blue 150

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

Shades of Bouquet #A98696

Tints of Bouquet #A98696

RGB

 RED value IS 169 (66.41% from 255) = 37.31%

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 37.31%
G = 29.58%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A98696 (or 0xA98696) is known color: Bouquet. HEX triplet: A9, 86 and 96. RGB value is (169,134,150). Sum of RGB (Red+Green+Blue) = 169+134+150=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98696 is #567969. Grayscale: #929292. Windows color (decimal): -5667178 or 9864873. OLE color: 9864873.

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

Color convert

RGB 169 134 150 -
CMYK 0 0.21 0.11 0.34
HSL 332.57º 0.17% 0.59% -
HSV(B) 332.57º 0.21% 0.66% -
XYZ 30.39 27.69 32.6 -
YUV 146.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 169 134 150 0 0.21 0.11 0.34 332.57 0.17 0.59
Hex A9 86 96 0 15 B 22 14D 11 3B
Octal 251 206 226 0 25 13 42 515 21 73
Binary 10101001 10000110 10010110 0 10101 1011 100010 101001101 10001 111011

Color Harmonies of #A98696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98696

Black with #A98696

Text Example


Text Example

White with #A98696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98696; }

 p { color: rgb(169,134,150); }

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

background-color css

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

 a { background-color: rgb(169,134,150); }

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

border-color css

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

 span { border-color: rgb(169,134,150); }

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