Html Css Color HEX #A68897 Bouquet

📋 copy color: '#A68897'

red 166 ◦ green 136 ◦ blue 151

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

Shades of Bouquet #A68897

Tints of Bouquet #A68897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

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

R = 36.64%
G = 30.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A68897 (or 0xA68897) is known color: Bouquet. HEX triplet: A6, 88 and 97. RGB value is (166,136,151). Sum of RGB (Red+Green+Blue) = 166+136+151=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A68897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68897 is #597768. Grayscale: #929292. Windows color (decimal): -5863273 or 9930918. OLE color: 9930918.

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

Color convert

RGB 166 136 151 -
CMYK 0 0.18 0.09 0.35
HSL 330º 0.14% 0.59% -
HSV(B) 330º 0.18% 0.65% -
XYZ 30.12 27.95 33.09 -
YUV 146.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 166 136 151 0 0.18 0.09 0.35 330 0.14 0.59
Hex A6 88 97 0 12 9 23 14A E 3B
Octal 246 210 227 0 22 11 43 512 16 73
Binary 10100110 10001000 10010111 0 10010 1001 100011 101001010 1110 111011

Color Harmonies of #A68897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68897

Black with #A68897

Text Example


Text Example

White with #A68897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68897; }

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

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

background-color css

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

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

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

border-color css

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

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

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