Html Css Color HEX #A68199 Bouquet

📋 copy color: '#A68199'

red 166 ◦ green 129 ◦ blue 153

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

Shades of Bouquet #A68199

Tints of Bouquet #A68199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 37.05%
G = 28.79%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A68199 (or 0xA68199) is known color: Bouquet. HEX triplet: A6, 81 and 99. RGB value is (166,129,153). Sum of RGB (Red+Green+Blue) = 166+129+153=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A68199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68199 is #597E66. Grayscale: #8E8E8E. Windows color (decimal): -5865063 or 10060198. OLE color: 10060198.

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

Color convert

RGB 166 129 153 -
CMYK 0 0.22 0.08 0.35
HSL 321.08º 0.17% 0.58% -
HSV(B) 321.08º 0.22% 0.65% -
XYZ 29.33 26.11 33.63 -
YUV 142.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 166 129 153 0 0.22 0.08 0.35 321.08 0.17 0.58
Hex A6 81 99 0 16 8 23 141 11 3A
Octal 246 201 231 0 26 10 43 501 21 72
Binary 10100110 10000001 10011001 0 10110 1000 100011 101000001 10001 111010

Color Harmonies of #A68199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68199

Black with #A68199

Text Example


Text Example

White with #A68199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68199; }

 p { color: rgb(166,129,153); }

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

background-color css

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

 a { background-color: rgb(166,129,153); }

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

border-color css

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

 span { border-color: rgb(166,129,153); }

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