Html Css Color HEX #A68996 Bouquet

📋 copy color: '#A68996'

red 166 ◦ green 137 ◦ blue 150

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

Shades of Bouquet #A68996

Tints of Bouquet #A68996

RGB

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

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

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

R = 36.64%
G = 30.24%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A68996 (or 0xA68996) is known color: Bouquet. HEX triplet: A6, 89 and 96. RGB value is (166,137,150). Sum of RGB (Red+Green+Blue) = 166+137+150=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A68996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68996 is #597669. Grayscale: #939393. Windows color (decimal): -5863018 or 9865638. OLE color: 9865638.

HSL color Cylindrical-coordinate representation of color #A68996: hue angle of 333.1º 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 #A68996 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 150 -
CMYK 0 0.17 0.10 0.35
HSL 333.1º 0.14% 0.59% -
HSV(B) 333.1º 0.17% 0.65% -
XYZ 30.18 28.2 32.71 -
YUV 147.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 166 137 150 0 0.17 0.10 0.35 333.1 0.14 0.59
Hex A6 89 96 0 11 A 23 14D E 3B
Octal 246 211 226 0 21 12 43 515 16 73
Binary 10100110 10001001 10010110 0 10001 1010 100011 101001101 1110 111011

Color Harmonies of #A68996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68996

Black with #A68996

Text Example


Text Example

White with #A68996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68996; }

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

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

background-color css

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

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

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

border-color css

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

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

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