Html Css Color HEX #A68994 Bouquet

📋 copy color: '#A68994'

red 166 ◦ green 137 ◦ blue 148

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

Shades of Bouquet #A68994

Tints of Bouquet #A68994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 36.81%
G = 30.38%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A68994 (or 0xA68994) is known color: Bouquet. HEX triplet: A6, 89 and 94. RGB value is (166,137,148). Sum of RGB (Red+Green+Blue) = 166+137+148=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A68994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68994 is #59766B. Grayscale: #929292. Windows color (decimal): -5863020 or 9734566. OLE color: 9734566.

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

Color convert

RGB 166 137 148 -
CMYK 0 0.17 0.11 0.35
HSL 337.24º 0.14% 0.59% -
HSV(B) 337.24º 0.17% 0.65% -
XYZ 30.02 28.14 31.87 -
YUV 146.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 166 137 148 0 0.17 0.11 0.35 337.24 0.14 0.59
Hex A6 89 94 0 11 B 23 151 E 3B
Octal 246 211 224 0 21 13 43 521 16 73
Binary 10100110 10001001 10010100 0 10001 1011 100011 101010001 1110 111011

Color Harmonies of #A68994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68994

Black with #A68994

Text Example


Text Example

White with #A68994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68994; }

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

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

background-color css

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

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

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

border-color css

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

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

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