Html Css Color HEX #A68396 Bouquet

📋 copy color: '#A68396'

red 166 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #A68396

Tints of Bouquet #A68396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 37.14%
G = 29.31%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A68396 (or 0xA68396) is known color: Bouquet. HEX triplet: A6, 83 and 96. RGB value is (166,131,150). Sum of RGB (Red+Green+Blue) = 166+131+150=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68396 is #597C69. Grayscale: #8F8F8F. Windows color (decimal): -5864554 or 9864102. OLE color: 9864102.

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

Color convert

RGB 166 131 150 -
CMYK 0 0.21 0.10 0.35
HSL 327.43º 0.16% 0.58% -
HSV(B) 327.43º 0.21% 0.65% -
XYZ 29.35 26.54 32.43 -
YUV 143.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 166 131 150 0 0.21 0.10 0.35 327.43 0.16 0.58
Hex A6 83 96 0 15 A 23 147 10 3A
Octal 246 203 226 0 25 12 43 507 20 72
Binary 10100110 10000011 10010110 0 10101 1010 100011 101000111 10000 111010

Color Harmonies of #A68396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68396

Black with #A68396

Text Example


Text Example

White with #A68396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68396; }

 p { color: rgb(166,131,150); }

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

background-color css

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

 a { background-color: rgb(166,131,150); }

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

border-color css

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

 span { border-color: rgb(166,131,150); }

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