Html Css Color HEX #A68698 Bouquet

📋 copy color: '#A68698'

red 166 ◦ green 134 ◦ blue 152

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

Shades of Bouquet #A68698

Tints of Bouquet #A68698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 36.73%
G = 29.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A68698 (or 0xA68698) is known color: Bouquet. HEX triplet: A6, 86 and 98. RGB value is (166,134,152). Sum of RGB (Red+Green+Blue) = 166+134+152=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A68698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68698 is #597967. Grayscale: #919191. Windows color (decimal): -5863784 or 9995942. OLE color: 9995942.

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

Color convert

RGB 166 134 152 -
CMYK 0 0.19 0.08 0.35
HSL 326.25º 0.15% 0.59% -
HSV(B) 326.25º 0.19% 0.65% -
XYZ 29.92 27.42 33.42 -
YUV 145.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 166 134 152 0 0.19 0.08 0.35 326.25 0.15 0.59
Hex A6 86 98 0 13 8 23 146 F 3B
Octal 246 206 230 0 23 10 43 506 17 73
Binary 10100110 10000110 10011000 0 10011 1000 100011 101000110 1111 111011

Color Harmonies of #A68698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68698

Black with #A68698

Text Example


Text Example

White with #A68698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68698; }

 p { color: rgb(166,134,152); }

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

background-color css

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

 a { background-color: rgb(166,134,152); }

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

border-color css

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

 span { border-color: rgb(166,134,152); }

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