Html Css Color HEX #A68497 Bouquet

📋 copy color: '#A68497'

red 166 ◦ green 132 ◦ blue 151

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

Shades of Bouquet #A68497

Tints of Bouquet #A68497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

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

R = 36.97%
G = 29.4%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A68497 (or 0xA68497) is known color: Bouquet. HEX triplet: A6, 84 and 97. RGB value is (166,132,151). Sum of RGB (Red+Green+Blue) = 166+132+151=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A68497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68497 is #597B68. Grayscale: #909090. Windows color (decimal): -5864297 or 9929894. OLE color: 9929894.

HSL color Cylindrical-coordinate representation of color #A68497: hue angle of 326.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68497 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 151 -
CMYK 0 0.20 0.09 0.35
HSL 326.47º 0.16% 0.58% -
HSV(B) 326.47º 0.2% 0.65% -
XYZ 29.56 26.84 32.9 -
YUV 144.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 166 132 151 0 0.20 0.09 0.35 326.47 0.16 0.58
Hex A6 84 97 0 14 9 23 146 10 3A
Octal 246 204 227 0 24 11 43 506 20 72
Binary 10100110 10000100 10010111 0 10100 1001 100011 101000110 10000 111010

Color Harmonies of #A68497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68497

Black with #A68497

Text Example


Text Example

White with #A68497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68497; }

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

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

background-color css

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

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

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

border-color css

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

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

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