Html Css Color HEX #A98796 Bouquet

📋 copy color: '#A98796'

red 169 ◦ green 135 ◦ blue 150

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

Shades of Bouquet #A98796

Tints of Bouquet #A98796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.74%

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

R = 37.22%
G = 29.74%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A98796 (or 0xA98796) is known color: Bouquet. HEX triplet: A9, 87 and 96. RGB value is (169,135,150). Sum of RGB (Red+Green+Blue) = 169+135+150=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98796 is #567869. Grayscale: #929292. Windows color (decimal): -5666922 or 9865129. OLE color: 9865129.

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

Color convert

RGB 169 135 150 -
CMYK 0 0.20 0.11 0.34
HSL 333.53º 0.17% 0.6% -
HSV(B) 333.53º 0.2% 0.66% -
XYZ 30.53 27.96 32.64 -
YUV 146.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 169 135 150 0 0.20 0.11 0.34 333.53 0.17 0.6
Hex A9 87 96 0 14 B 22 14E 11 3C
Octal 251 207 226 0 24 13 42 516 21 74
Binary 10101001 10000111 10010110 0 10100 1011 100010 101001110 10001 111100

Color Harmonies of #A98796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98796

Black with #A98796

Text Example


Text Example

White with #A98796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98796; }

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

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

background-color css

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

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

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

border-color css

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

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

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