Html Css Color HEX #A68997 Bouquet

📋 copy color: '#A68997'

red 166 ◦ green 137 ◦ blue 151

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

Shades of Bouquet #A68997

Tints of Bouquet #A68997

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

 GREEN value IS 137 (53.91% from 255) = 30.18%

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 36.56%
G = 30.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A68997 (or 0xA68997) is known color: Bouquet. HEX triplet: A6, 89 and 97. RGB value is (166,137,151). Sum of RGB (Red+Green+Blue) = 166+137+151=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A68997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68997 is #597668. Grayscale: #939393. Windows color (decimal): -5863017 or 9931174. OLE color: 9931174.

HSL color Cylindrical-coordinate representation of color #A68997: hue angle of 331.03º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68997 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 151 -
CMYK 0 0.17 0.09 0.35
HSL 331.03º 0.14% 0.59% -
HSV(B) 331.03º 0.17% 0.65% -
XYZ 30.26 28.23 33.13 -
YUV 147.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 166 137 151 0 0.17 0.09 0.35 331.03 0.14 0.59
Hex A6 89 97 0 11 9 23 14B E 3B
Octal 246 211 227 0 21 11 43 513 16 73
Binary 10100110 10001001 10010111 0 10001 1001 100011 101001011 1110 111011

Color Harmonies of #A68997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68997

Black with #A68997

Text Example


Text Example

White with #A68997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68997; }

 p { color: rgb(166,137,151); }

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

background-color css

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

 a { background-color: rgb(166,137,151); }

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

border-color css

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

 span { border-color: rgb(166,137,151); }

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