Html Css Color HEX #A68397 Bouquet

📋 copy color: '#A68397'

red 166 ◦ green 131 ◦ blue 151

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

Shades of Bouquet #A68397

Tints of Bouquet #A68397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 37.05%
G = 29.24%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A68397 (or 0xA68397) is known color: Bouquet. HEX triplet: A6, 83 and 97. RGB value is (166,131,151). Sum of RGB (Red+Green+Blue) = 166+131+151=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A68397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68397 is #597C68. Grayscale: #8F8F8F. Windows color (decimal): -5864553 or 9929638. OLE color: 9929638.

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

Color convert

RGB 166 131 151 -
CMYK 0 0.21 0.09 0.35
HSL 325.71º 0.16% 0.58% -
HSV(B) 325.71º 0.21% 0.65% -
XYZ 29.43 26.57 32.86 -
YUV 143.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 166 131 151 0 0.21 0.09 0.35 325.71 0.16 0.58
Hex A6 83 97 0 15 9 23 146 10 3A
Octal 246 203 227 0 25 11 43 506 20 72
Binary 10100110 10000011 10010111 0 10101 1001 100011 101000110 10000 111010

Color Harmonies of #A68397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68397

Black with #A68397

Text Example


Text Example

White with #A68397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68397; }

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

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

background-color css

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

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

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

border-color css

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

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

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