Html Css Color HEX #A68091 Bouquet

📋 copy color: '#A68091'

red 166 ◦ green 128 ◦ blue 145

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

Shades of Bouquet #A68091

Tints of Bouquet #A68091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 37.81%
G = 29.16%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A68091 (or 0xA68091) is known color: Bouquet. HEX triplet: A6, 80 and 91. RGB value is (166,128,145). Sum of RGB (Red+Green+Blue) = 166+128+145=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A68091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68091 is #597F6E. Grayscale: #8D8D8D. Windows color (decimal): -5865327 or 9535654. OLE color: 9535654.

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

Color convert

RGB 166 128 145 -
CMYK 0 0.23 0.13 0.35
HSL 333.16º 0.18% 0.58% -
HSV(B) 333.16º 0.23% 0.65% -
XYZ 28.56 25.59 30.22 -
YUV 141.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 166 128 145 0 0.23 0.13 0.35 333.16 0.18 0.58
Hex A6 80 91 0 17 D 23 14D 12 3A
Octal 246 200 221 0 27 15 43 515 22 72
Binary 10100110 10000000 10010001 0 10111 1101 100011 101001101 10010 111010

Color Harmonies of #A68091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68091

Black with #A68091

Text Example


Text Example

White with #A68091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68091; }

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

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

background-color css

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

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

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

border-color css

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

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

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