Html Css Color HEX #A18694 Bouquet

📋 copy color: '#A18694'

red 161 ◦ green 134 ◦ blue 148

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

Shades of Bouquet #A18694

Tints of Bouquet #A18694

RGB

 RED value IS 161 (63.28% from 255) = 36.34%

 GREEN value IS 134 (52.73% from 255) = 30.25%

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 36.34%
G = 30.25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A18694 (or 0xA18694) is known color: Bouquet. HEX triplet: A1, 86 and 94. RGB value is (161,134,148). Sum of RGB (Red+Green+Blue) = 161+134+148=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A18694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18694 is #5E796B. Grayscale: #8F8F8F. Windows color (decimal): -6191468 or 9733793. OLE color: 9733793.

HSL color Cylindrical-coordinate representation of color #A18694: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18694 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 148 -
CMYK 0 0.17 0.08 0.37
HSL 328.89º 0.13% 0.58% -
HSV(B) 328.89º 0.17% 0.63% -
XYZ 28.57 26.77 31.68 -
YUV 143.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 161 134 148 0 0.17 0.08 0.37 328.89 0.13 0.58
Hex A1 86 94 0 11 8 25 149 D 3A
Octal 241 206 224 0 21 10 45 511 15 72
Binary 10100001 10000110 10010100 0 10001 1000 100101 101001001 1101 111010

Color Harmonies of #A18694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18694

Black with #A18694

Text Example


Text Example

White with #A18694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18694; }

 p { color: rgb(161,134,148); }

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

background-color css

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

 a { background-color: rgb(161,134,148); }

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

border-color css

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

 span { border-color: rgb(161,134,148); }

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