Html Css Color HEX #A68491 Bouquet

📋 copy color: '#A68491'

red 166 ◦ green 132 ◦ blue 145

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

Shades of Bouquet #A68491

Tints of Bouquet #A68491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.73%

R = 37.47%
G = 29.8%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68491 (or 0xA68491) is known color: Bouquet. HEX triplet: A6, 84 and 91. RGB value is (166,132,145). Sum of RGB (Red+Green+Blue) = 166+132+145=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68491 is #597B6E. Grayscale: #8F8F8F. Windows color (decimal): -5864303 or 9536678. OLE color: 9536678.

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

Color convert

RGB 166 132 145 -
CMYK 0 0.20 0.13 0.35
HSL 337.06º 0.16% 0.58% -
HSV(B) 337.06º 0.2% 0.65% -
XYZ 29.09 26.65 30.4 -
YUV 143.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 166 132 145 0 0.20 0.13 0.35 337.06 0.16 0.58
Hex A6 84 91 0 14 D 23 151 10 3A
Octal 246 204 221 0 24 15 43 521 20 72
Binary 10100110 10000100 10010001 0 10100 1101 100011 101010001 10000 111010

Color Harmonies of #A68491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68491

Black with #A68491

Text Example


Text Example

White with #A68491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68491; }

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

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

background-color css

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

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

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

border-color css

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

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

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