Html Css Color HEX #A68995 Bouquet

📋 copy color: '#A68995'

red 166 ◦ green 137 ◦ blue 149

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

Shades of Bouquet #A68995

Tints of Bouquet #A68995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 36.73%
G = 30.31%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A68995 (or 0xA68995) is known color: Bouquet. HEX triplet: A6, 89 and 95. RGB value is (166,137,149). Sum of RGB (Red+Green+Blue) = 166+137+149=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A68995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68995 is #59766A. Grayscale: #939393. Windows color (decimal): -5863019 or 9800102. OLE color: 9800102.

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

Color convert

RGB 166 137 149 -
CMYK 0 0.17 0.10 0.35
HSL 335.17º 0.14% 0.59% -
HSV(B) 335.17º 0.17% 0.65% -
XYZ 30.1 28.17 32.28 -
YUV 147.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 166 137 149 0 0.17 0.10 0.35 335.17 0.14 0.59
Hex A6 89 95 0 11 A 23 14F E 3B
Octal 246 211 225 0 21 12 43 517 16 73
Binary 10100110 10001001 10010101 0 10001 1010 100011 101001111 1110 111011

Color Harmonies of #A68995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68995

Black with #A68995

Text Example


Text Example

White with #A68995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68995; }

 p { color: rgb(166,137,149); }

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

background-color css

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

 a { background-color: rgb(166,137,149); }

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

border-color css

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

 span { border-color: rgb(166,137,149); }

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