Html Css Color HEX #A68499 Bouquet

📋 copy color: '#A68499'

red 166 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #A68499

Tints of Bouquet #A68499

RGB

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

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

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

R = 36.81%
G = 29.27%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A68499 (or 0xA68499) is known color: Bouquet. HEX triplet: A6, 84 and 99. RGB value is (166,132,153). Sum of RGB (Red+Green+Blue) = 166+132+153=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A68499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68499 is #597B66. Grayscale: #909090. Windows color (decimal): -5864295 or 10060966. OLE color: 10060966.

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

Color convert

RGB 166 132 153 -
CMYK 0 0.20 0.08 0.35
HSL 322.94º 0.16% 0.58% -
HSV(B) 322.94º 0.2% 0.65% -
XYZ 29.73 26.91 33.76 -
YUV 144.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 166 132 153 0 0.20 0.08 0.35 322.94 0.16 0.58
Hex A6 84 99 0 14 8 23 143 10 3A
Octal 246 204 231 0 24 10 43 503 20 72
Binary 10100110 10000100 10011001 0 10100 1000 100011 101000011 10000 111010

Color Harmonies of #A68499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68499

Black with #A68499

Text Example


Text Example

White with #A68499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68499; }

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

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

background-color css

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

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

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

border-color css

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

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

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